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 b695251 commit a306cf9Copy full SHA for a306cf9
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ ubuntu-latest, windows-latest, macOS-latest ]
+ os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
11
php-versions: [ '7.1', '7.2', '7.3', '7.4' ]
12
phpunit-version: [ '9.5' ]
13
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
0 commit comments