Skip to content

Commit fbb7278

Browse files
committed
debug
1 parent dd8140b commit fbb7278

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
sudo /etc/init.d/mysql start
2929
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
3030
31+
- name: Debug matrix values
32+
run: echo "Using PHP ${{ matrix.php }} and MySQL ${{ matrix.mysql-version }}"
33+
3134
- name: Setup PHP, with composer and extensions
3235
uses: shivammathur/setup-php@v2
3336
with:

0 commit comments

Comments
 (0)