Skip to content

Commit 0b14e42

Browse files
authored
chore: Test projects with Jdk 17 & 21 (#156)
Motivation: Update CI to test with other JDK versions
1 parent c776ef9 commit 0b14e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
java: [ '11' ]
18+
java: [ '11', '17', '21' ]
1919
name: Tests for Java ${{ matrix.Java }}
2020
steps:
2121
- uses: actions/checkout@v3
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
java: [ '11' ]
36+
java: [ '11', '17', '21' ]
3737
name: Tests for Java ${{ matrix.Java }}
3838
steps:
3939
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)