Skip to content

Commit 58d7ade

Browse files
authored
Merge pull request #172 from authzed/fix/drop-jdk8-from-test-matrix
chore: drop JDK 8 from integration test matrix
2 parents 921de5b + ebb4eb6 commit 58d7ade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
strategy:
4343
matrix:
4444
java: # https://endoflife.date/oracle-jdk
45-
- 8 # Oldest
45+
- 17 # Oldest
4646
- 21 # LTS
47-
- 24 # Latest
47+
- 25 # Latest (though also LTS)
4848
name: "Java ${{ matrix.java }} Test"
4949
steps:
5050
- uses: "actions/checkout@v6"

0 commit comments

Comments
 (0)