Skip to content

Commit 3503e17

Browse files
committed
workflows/phpunit.yml - test macos-latest
1 parent f0c26f1 commit 3503e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PHPUnit
22
on: [push, pull_request]
33
jobs:
44
run:
5-
runs-on: ${{ matrix.php-version == '5.4' && 'windows-latest' || matrix.operating-system }}
5+
runs-on: ${{ matrix.php-version == '5.4' && 'macos-latest' || matrix.operating-system }}
66
strategy:
77
matrix:
88
operating-system: [ubuntu-latest]

0 commit comments

Comments
 (0)