Skip to content

Commit e0fd62a

Browse files
committed
Update test matrix on CI
1 parent 3971dcf commit e0fd62a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,25 @@ jobs:
1414
name: OS=${{ matrix.os }}, Java=${{ matrix.java }}, Gradle=${{ matrix.gradle }}
1515
strategy:
1616
matrix:
17-
os: [ ubuntu-latest, windows-latest ]
17+
os: [ ubuntu-24.04-arm ]
1818
# Always test on the latest version and some LTS.
19-
java: [ 17, 21, 25 ]
19+
java: [ 17, 25 ]
2020
# Test on the minimum Gradle version and the latest.
2121
gradle: [ 8.3, current ]
2222
exclude:
2323
# Gradle 8.3 doesn't support Java 25.
2424
- gradle: 8.3
2525
java: 25
26+
# Gradle 9 doesn't support Java 11.
27+
- gradle: current
28+
java: 11
29+
include:
30+
- os: windows-11-arm
31+
gradle: 8.3
32+
java: 17
33+
- os: windows-11-arm
34+
gradle: current
35+
java: 21
2636
runs-on: ${{ matrix.os }}
2737
steps:
2838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)