Skip to content

Commit 9100e7e

Browse files
committed
add java 21 to github actions
1 parent 74b5c9c commit 9100e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [ ubuntu-20.04, ubuntu-22.04 ]
10-
java: [ '17' ]
10+
java: [ '17', '21' ]
1111
db: [ 'mysql:5.7', 'mysql:8.0', 'mariadb:10.3', 'mariadb:10.4.30', 'mariadb:10.5.21', 'mariadb:10.6.14' ]
1212
runs-on: ${{ matrix.os }}
1313
services:

0 commit comments

Comments
 (0)