Skip to content

Commit

Permalink
Update test_mysql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak authored Sep 4, 2024
1 parent 3fd37b5 commit 97b7aaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ jobs:
php_versions: 8.2
mysql_versions: '8.1'
-
operating_system: 'ubuntu-22.04'
operating_system: 'ubuntu-24.04'
php_versions: 8.2
mysql_versions: 'mariadb-11.4'
-
operating_system: 'ubuntu-22.04'
php_versions: 8.3
mysql_versions: '8.2'
-
operating_system: 'ubuntu-24.04'
php_versions: 8.3
mysql_versions: 'mariadb-11.5'

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

Expand Down Expand Up @@ -83,4 +87,4 @@ jobs:

- name: Run profiling
if: success() || failure()
run: php bin/codecept run -g profile -d
run: php bin/codecept run -g profile -d

0 comments on commit 97b7aaf

Please sign in to comment.