Skip to content

Commit 3c9a7aa

Browse files
authored
Merge pull request #5 from bastelfreak/ci
Add Java 21 to CI
2 parents 8258830 + dc3a5a5 commit 3c9a7aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lein-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ '11', '17' ]
16+
java:
17+
- '21'
18+
- '17'
19+
- '11'
1720
steps:
1821
- name: Check out repository code
1922
uses: actions/checkout@v4

0 commit comments

Comments
 (0)