Skip to content

Commit

Permalink
Updated mysql versions for shogo82148/actions-setup-mysql action.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Nov 24, 2024
1 parent f942d1a commit 22298b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@ jobs:
- 'mariadb-11.1'
- 'mariadb-11.2'
- 'mariadb-11.3'
- 'mariadb-11.4'
- 'mariadb-11.5'
- '8.0'
- '8.4'
- '9.0'
php_versions:
- '8.2'
include:
-
operating_system: 'ubuntu-22.04'
php_versions: 8.3
mysql_versions: '9.0'
mysql_versions: '9.1'

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

Expand Down

0 comments on commit 22298b4

Please sign in to comment.