mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Update deps + fix some failing tests.
This commit is contained in:
14
.github/workflows/test-push.yml
vendored
14
.github/workflows/test-push.yml
vendored
@@ -10,8 +10,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: [7.4.0-jdk17]
|
||||
runs-on: ubuntu-20.04
|
||||
version: [7.5.0-jdk17]
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: gradle:${{ matrix.version }}
|
||||
options: --user root
|
||||
@@ -25,9 +25,9 @@ jobs:
|
||||
# Lets wait to ensure it builds before going running tests
|
||||
needs: build
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: gradle:7.4.0-jdk17
|
||||
image: gradle:7.5.0-jdk17
|
||||
options: --user root
|
||||
|
||||
steps:
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
version: [7.4.0-jdk17]
|
||||
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: gradle:${{ matrix.version }}
|
||||
options: --user root
|
||||
@@ -100,8 +100,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
java: [ 17 ]
|
||||
os: [ windows-2022, ubuntu-20.04, macos-11 ]
|
||||
java: [ 17, 18 ]
|
||||
os: [ windows-2022, ubuntu-22.04, macos-11 ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user