Skip to content

Commit

Permalink
Enable QuarkusCliVersionIT on windows snapshots as quarkus-qe#1464 is…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
jedla97 committed Dec 12, 2024
1 parent fa1f1f3 commit e9c5eb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
java: [ 17 ]
java: [ 21 ]
steps:
- uses: actions/checkout@v4
- name: Install JDK {{ matrix.java }}
Expand Down Expand Up @@ -36,5 +36,4 @@ jobs:
- name: Build in JVM mode
shell: bash
run: |
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
mvn -B --no-transfer-progress -fae -s .github/quarkus-snapshots-mvn-settings.xml clean verify -f quarkus-cli -D"include.quarkus-cli-tests" -D"ts.quarkus.cli.cmd=$(pwd)\quarkus-dev-cli.bat" -D"gh-action-disable-on-win"

0 comments on commit e9c5eb9

Please sign in to comment.