Skip to content

Commit 76289f6

Browse files
committed
build: support MariaDB 10.4
1 parent e2f5b3d commit 76289f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- MariaDB 10.1
4242
- MariaDB 10.2
4343
- MariaDB 10.3
44+
- MariaDB 10.4
4445

4546
include:
4647
- name: Node.js 0.6
@@ -193,6 +194,11 @@ jobs:
193194
docker-mysql-type: mariadb
194195
docker-mysql-version: "10.3"
195196

197+
- name: MariaDB 10.4
198+
node-version: "14.18"
199+
docker-mysql-type: mariadb
200+
docker-mysql-version: "10.4"
201+
196202
steps:
197203
- uses: actions/checkout@v2
198204

0 commit comments

Comments
 (0)