Skip to content

Commit e7545d2

Browse files
GooolerCopilot
andauthored
Update test matrix on CI (#1811)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3971dcf commit e7545d2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,22 @@ 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+
include:
27+
- os: windows-latest
28+
gradle: 8.3
29+
java: 17
30+
- os: windows-latest
31+
gradle: current
32+
java: 21
2633
runs-on: ${{ matrix.os }}
2734
steps:
2835
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)