We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c26f1 commit 3503e17Copy full SHA for 3503e17
1 file changed
.github/workflows/phpunit.yml
@@ -2,7 +2,7 @@ name: PHPUnit
2
on: [push, pull_request]
3
jobs:
4
run:
5
- runs-on: ${{ matrix.php-version == '5.4' && 'windows-latest' || matrix.operating-system }}
+ runs-on: ${{ matrix.php-version == '5.4' && 'macos-latest' || matrix.operating-system }}
6
strategy:
7
matrix:
8
operating-system: [ubuntu-latest]
0 commit comments