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 281d935 commit d339a0aCopy full SHA for d339a0a
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
- MariaDB 10.2
43
- MariaDB 10.3
44
- MariaDB 10.4
45
+ - MariaDB 10.5
46
47
include:
48
- name: Node.js 0.6
@@ -208,6 +209,12 @@ jobs:
208
209
docker-mysql-type: mariadb
210
docker-mysql-version: "10.4"
211
212
+ - name: MariaDB 10.5
213
+ node-version: "14.18"
214
+ test-filter: integration
215
+ docker-mysql-type: mariadb
216
+ docker-mysql-version: "10.5"
217
+
218
steps:
219
- uses: actions/checkout@v2
220
0 commit comments