Skip to content

Commit d16df9c

Browse files
Update test matrix:
- cover the lower end of the supported spectrum (JDK 8) - cover the current java LTS - cover the current Java version on - linux x86-64 - linux aarch64 - mac OS x86-64 - mac OS aarch64 Fixing the number of tests to 12.
1 parent 803326c commit d16df9c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
java: [8, 11, 17, 21, 24]
19+
java: [8, 21, 24]
2020
# macos-13 is x86, macos-latest is aarch64
21-
os: [ubuntu-latest, macos-13, macos-latest]
22-
include:
23-
- java: 17
24-
os: 'ubuntu-24.04-arm'
21+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13]
2522
# Run all tests even if one fails
2623
fail-fast: false
2724
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)