Skip to content

Commit 57c75aa

Browse files
committed
update java and DB versions in build matrix
1 parent 8a7ce0c commit 57c75aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [ ubuntu-latest ]
10-
java: [ '21', '23' ]
11-
db: [ 'mysql:8.0', 'mariadb:10.3', 'mariadb:10.4.30', 'mariadb:10.5.21', 'mariadb:10.6.14' ]
10+
java: [ '21', '23', '25' ]
11+
db: [ 'mysql:8.0', 'mysql:8.4', 'mariadb:10.6.14', 'mariadb:11.8.5', 'mariadb:12.1.2']
1212
runs-on: ${{ matrix.os }}
1313
services:
1414
mysql:

0 commit comments

Comments
 (0)