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 1058c37 commit bb63decCopy full SHA for bb63dec
.github/workflows/tests.yml
@@ -25,10 +25,10 @@ jobs:
25
26
phpunit:
27
name: PHPUnit on ${{ matrix.php }}
28
- runs-on: ${{ matrix.operating-system }}
+ runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
31
- operating-system: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
32
php: ["7.2", "7.3", "7.4"]
33
coverage: [true]
34
composer-flags: [""]
0 commit comments