Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/more-tests' into feature…
Browse files Browse the repository at this point in the history
…/more-tests
  • Loading branch information
krowinski committed Dec 23, 2024
2 parents fbb7278 + eebb18e commit 4604d1a
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: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 4604d1a

Please sign in to comment.