Skip to content

Commit d33913d

Browse files
committed
test: add macos and windows tests
1 parent a9b8cdc commit d33913d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest]
16-
php: ['7.4', '8.0', '8.1', '8.2']
15+
os: [ubuntu-latest, macos-latest, windows-latest]
16+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1717

1818
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)