Skip to content

Commit f34b890

Browse files
Add operating-systems matrix to phpunit tests
1 parent 38d0997 commit f34b890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525

2626
phpunit:
2727
name: PHPUnit on ${{ matrix.php }}
28-
runs-on: ubuntu-latest
28+
runs-on: ${{ matrix.operating-system }}
2929
strategy:
3030
matrix:
31+
operating-system: [ubuntu-latest, windows-latest, macos-latest]
3132
php: ["7.2", "7.3", "7.4"]
3233
coverage: [true]
3334
composer-flags: [""]

0 commit comments

Comments
 (0)