Skip to content

Commit b31d0c5

Browse files
authored
Merge pull request #69 from jamezp/ci-updates-1.1
Update the CI runner.
2 parents 69b76b4 + bf2a712 commit b31d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest ]
20-
java: ['8', '11', '17']
20+
java: ['8', '11', '17', '21']
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)