We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f5b3d commit 76289f6Copy full SHA for 76289f6
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
- MariaDB 10.1
42
- MariaDB 10.2
43
- MariaDB 10.3
44
+ - MariaDB 10.4
45
46
include:
47
- name: Node.js 0.6
@@ -193,6 +194,11 @@ jobs:
193
194
docker-mysql-type: mariadb
195
docker-mysql-version: "10.3"
196
197
+ - name: MariaDB 10.4
198
+ node-version: "14.18"
199
+ docker-mysql-type: mariadb
200
+ docker-mysql-version: "10.4"
201
+
202
steps:
203
- uses: actions/checkout@v2
204
0 commit comments