Skip to content

Commit 5dd586c

Browse files
committed
chore: add newest database versions to test matrix
1 parent a3cfba4 commit 5dd586c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tests.yml

+15
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ jobs:
5858
uses: ./.github/workflows/tests-maria.yml
5959
with:
6060
version: "11.2"
61+
maria11_3:
62+
name: MariaDB 11.3
63+
uses: ./.github/workflows/tests-maria.yml
64+
with:
65+
version: "11.3"
66+
maria11_4:
67+
name: MariaDB 11.2
68+
uses: ./.github/workflows/tests-maria.yml
69+
with:
70+
version: "11.4"
6171

6272
mysql5_7:
6373
name: MySQL 5.7
@@ -84,6 +94,11 @@ jobs:
8494
uses: ./.github/workflows/tests-mysql.yml
8595
with:
8696
version: "8.3"
97+
mysql8_4:
98+
name: MySQL 8.4
99+
uses: ./.github/workflows/tests-mysql.yml
100+
with:
101+
version: "8.4"
87102

88103
pgsql10:
89104
name: PostgreSQL 10

0 commit comments

Comments
 (0)