Skip to content

Commit fb9aeea

Browse files
committed
fix: container build
1 parent 2291c80 commit fb9aeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
- name: ☕ Run Java App on OpenJDK ${{ matrix.jdk }} container image
296296
if: always()
297297
run: |
298-
java -ea --source 23 --enable-preview --show-version src/main/java/JavaApp.java
298+
java --enable-preview --show-version src/main/java/JavaApp.java
299299
env:
300300
RUNNER_CONTEXT: ${{ toJson(runner) }}
301301

0 commit comments

Comments
 (0)