Skip to content

Commit

Permalink
Run client and resources tests on Java 21
Browse files Browse the repository at this point in the history
modmuss50 committed Apr 3, 2024
1 parent f1e646e commit a0ecfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'
- name: Run Auto test Client
uses: modmuss50/xvfb-action@v1
with:
@@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'
- run: mkdir run && echo "eula=true" >> run/eula.txt
- run: ./gradlew runProductionAutoTestServer --stacktrace --warning-mode=fail

0 comments on commit a0ecfae

Please sign in to comment.