Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
krowinski committed Jun 12, 2024
1 parent 84c6769 commit dd8140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
php: [ '8.2', '8.3' ]
mysql-version: [ 'mysql:5.5', 'mysql:5.6', 'mysql:5.7', 'mysql:8.0', 'mysql:8.4', 'mariadb:5.5', 'mariadb:5.6', 'mariadb:5.7', 'mariadb:10.0', 'mariadb:10.1', 'percona:5.7', 'percona:8.0' ]
mysql-version: [ 'mysql:5.5', 'mysql:5.6', 'mysql:5.7', 'mysql:8.0', 'mysql:8.4', 'mariadb:5.5' 'mariadb:10.0', 'mariadb:10.1', 'percona:5.7', 'percona:8.0' ]

services:
mysql:
Expand Down

0 comments on commit dd8140b

Please sign in to comment.