Skip to content

Commit d339a0a

Browse files
committed
build: support MariaDB 10.5
1 parent 281d935 commit d339a0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- MariaDB 10.2
4343
- MariaDB 10.3
4444
- MariaDB 10.4
45+
- MariaDB 10.5
4546

4647
include:
4748
- name: Node.js 0.6
@@ -208,6 +209,12 @@ jobs:
208209
docker-mysql-type: mariadb
209210
docker-mysql-version: "10.4"
210211

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+
211218
steps:
212219
- uses: actions/checkout@v2
213220

0 commit comments

Comments
 (0)