Skip to content

Commit

Permalink
Updated test_mysql.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Sep 4, 2024
1 parent 7656e82 commit fdce4f9
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,26 @@ jobs:
operating_system: 'ubuntu-22.04'
php_versions: 8.2
mysql_versions: '8.1'
# - # TODO 11.4.3 has a problem with SSL certificates in github actions
# operating_system: 'ubuntu-22.04'
# php_versions: 8.2
# mysql_versions: 'mariadb-11.4'
-
operating_system: 'ubuntu-22.04'
php_versions: 8.2
mysql_versions: 'mariadb-11.4'
-
operating_system: 'ubuntu-22.04'
operating_system: 'ubuntu-24.04'
php_versions: 8.3
mysql_versions: '8.2'
-
operating_system: 'ubuntu-24.04'
php_versions: 8.3
mysql_versions: '8.3'
-
operating_system: 'ubuntu-24.04'
php_versions: 8.3
mysql_versions: '8.4'
-
operating_system: 'ubuntu-24.04'
php_versions: 8.3
mysql_versions: '9.0'

runs-on: '${{ matrix.operating_system }}'

Expand Down

0 comments on commit fdce4f9

Please sign in to comment.