Skip to content

Commit

Permalink
Added new versions of PHP and MySQL to github actions tests run.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Nov 22, 2023
1 parent 3adf959 commit 8cb655e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ jobs:
- 'mariadb-10.11'
- 'mariadb-11.0'
- 'mariadb-11.1'
- 'mariadb-11.2'
- '5.7'
- '8.0'
- '8.1'
php_versions:
- '7.4'
include:
-
operating_system: 'ubuntu-20.04'
php_versions: 8.0
mysql_versions: 'mariadb-10.7'
mysql_versions: 'mariadb-11.3'
-
operating_system: 'ubuntu-22.04'
php_versions: 8.1
Expand All @@ -44,6 +43,10 @@ jobs:
operating_system: 'ubuntu-22.04'
php_versions: 8.2
mysql_versions: '8.1'
-
operating_system: 'ubuntu-22.04'
php_versions: 8.3
mysql_versions: '8.2'

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

Expand Down

0 comments on commit 8cb655e

Please sign in to comment.