Skip to content

Commit ccf9955

Browse files
tests: Enable all platform tests
1 parent 0fb33fc commit ccf9955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on: ['push', 'pull_request']
55
jobs:
66
ci:
77
runs-on: ${{ matrix.os }}
8+
89
strategy:
910
fail-fast: false
1011
matrix:
11-
# os: [macos-latest, macos-13, ubuntu-latest]
12-
os: [windows-latest]
12+
os: [macos-latest, macos-13, ubuntu-latest, windows-latest]
1313
php: [8.1, 8.2, 8.3, 8.4]
1414

1515
name: Tests PHP${{ matrix.php }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)