We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8140b commit fbb7278Copy full SHA for fbb7278
.github/workflows/tests.yml
@@ -28,6 +28,9 @@ jobs:
28
sudo /etc/init.d/mysql start
29
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
30
31
+ - name: Debug matrix values
32
+ run: echo "Using PHP ${{ matrix.php }} and MySQL ${{ matrix.mysql-version }}"
33
+
34
- name: Setup PHP, with composer and extensions
35
uses: shivammathur/setup-php@v2
36
with:
0 commit comments