Skip to content

Commit 59782a2

Browse files
committed
Stop validating Windows
1 parent f7f15e5 commit 59782a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.operating-system }}
99
strategy:
1010
matrix:
11-
operating-system: [windows-latest, ubuntu-latest, macos-latest]
11+
operating-system: [ubuntu-latest, macos-latest]
1212
php-versions: ['8.0', '8.1', '8.2']
1313

1414
steps:

0 commit comments

Comments
 (0)