Skip to content

Commit e4d1576

Browse files
committed
Testing on MySQL 8.2, 8.3
1 parent c870dcb commit e4d1576

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ jobs:
7474
uses: ./.github/workflows/tests-mysql.yml
7575
with:
7676
version: "8.1"
77+
mysql8_2:
78+
name: MySQL 8.2
79+
uses: ./.github/workflows/tests-mysql.yml
80+
with:
81+
version: "8.2"
82+
mysql8_3:
83+
name: MySQL 8.3
84+
uses: ./.github/workflows/tests-mysql.yml
85+
with:
86+
version: "8.3"
7787

7888
pgsql10:
7989
name: PostgreSQL 10

0 commit comments

Comments
 (0)