mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-03 10:39:57 -04:00
Run client and resources tests on Java 21
This commit is contained in:
parent
f1e646e4d5
commit
a0ecfaec3e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue