Skip to content

Commit

Permalink
Test old MySQL versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Apr 29, 2024
1 parent b4ce01a commit 27350f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
matrix:
operating_system: ['ubuntu-20.04']
mysql_versions:
- 'mariadb-10.0'
- 'mariadb-10.1'
- 'mariadb-10.2'
- 'mariadb-10.3'
- 'mariadb-10.4'
Expand All @@ -27,6 +29,7 @@ jobs:
- 'mariadb-11.0'
- 'mariadb-11.1'
- 'mariadb-11.2'
- '5.6'
- '5.7'
php_versions:
- '7.4'
Expand Down

0 comments on commit 27350f8

Please sign in to comment.