Skip to content

Commit c61b03a

Browse files
author
Michael Vasseur
committed
Also test with the strict SQL version
1 parent 7c890e8 commit c61b03a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
container:
1818
image: domjudge/gitlabci:24.04
1919
options: --privileged --cgroupns=host --init
20+
strategy:
21+
matrix:
22+
sql: [mariadb, mysql]
2023
services:
2124
sqlserver:
22-
image: mariadb
25+
image: ${{ matrix.sql }}
2326
ports:
2427
- 3306:3306
2528
env:

0 commit comments

Comments
 (0)