Skip to content

Commit

Permalink
Do not run the CLI tests on Java 11 as WildFly now requires Java 17.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jan 10, 2025
1 parent 4decf3b commit 5f57b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
shell: bash
working-directory: wildfly-glow
- name: Run cli tests using bash
if: ${{ matrix.java != '11' }}
run: bash tests/run-cli-tests.sh
shell: bash
working-directory: wildfly-glow
Expand Down

0 comments on commit 5f57b82

Please sign in to comment.