Skip to content

Commit 27350f8

Browse files
committed
Test old MySQL versions.
1 parent b4ce01a commit 27350f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_mysql.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
matrix:
1515
operating_system: ['ubuntu-20.04']
1616
mysql_versions:
17+
- 'mariadb-10.0'
18+
- 'mariadb-10.1'
1719
- 'mariadb-10.2'
1820
- 'mariadb-10.3'
1921
- 'mariadb-10.4'
@@ -27,6 +29,7 @@ jobs:
2729
- 'mariadb-11.0'
2830
- 'mariadb-11.1'
2931
- 'mariadb-11.2'
32+
- '5.6'
3033
- '5.7'
3134
php_versions:
3235
- '7.4'

0 commit comments

Comments
 (0)