Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
krowinski committed Dec 23, 2024
1 parent 637f469 commit a10e9f8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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' ]
php: [ '8.2', '8.3', '8.4' ]
mysql-version: [ 'mysql:5.5' ]

services:
mysql:
Expand All @@ -28,9 +28,6 @@ jobs:
sudo /etc/init.d/mysql start
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
- name: Debug matrix values
run: echo "Using PHP ${{ matrix.php }} and MySQL ${{ matrix.mysql-version }}"

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit a10e9f8

Please sign in to comment.