Skip to content

Commit e401905

Browse files
ci: Test windows isolated
1 parent 45a4e4b commit e401905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
# os: [macos-latest, macos-13]
12-
os: [ubuntu-latest]
11+
# os: [macos-latest, macos-13, ubuntu-latest]
12+
os: [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)