Skip to content

Commit e2c97f0

Browse files
authored
Add Java 21 to test matrix
1 parent cc1e33d commit e2c97f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
java-version: ["8", "11", "17"]
8+
java-version: ["8", "11", "17", "21"]
99
os: [ubuntu-latest, macOS-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)