Skip to content

Commit 73b7a41

Browse files
committed
Also run CI on Java 21
1 parent 003ac13 commit 73b7a41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [ 11, 17 ]
10+
java: [ 11, 17, 21 ]
1111
name: Java ${{ matrix.java }}
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/jcstress-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ 11, 17 ]
16+
java: [ 11, 17, 21 ]
1717
name: Java ${{ matrix.java }}
1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/jcstress-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [ 11, 17 ]
10+
java: [ 11, 17, 21 ]
1111
name: Java ${{ matrix.java }}
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)