Skip to content

Commit d39a1d0

Browse files
committed
Fix building with Visual Studio
1 parent 3381bab commit d39a1d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
php:
18-
- '8.4'
18+
# - '8.4'
1919
- '8.3'
20-
- '8.2'
21-
- '8.1'
22-
- '8.0'
20+
# - '8.2'
21+
# - '8.1'
22+
# - '8.0'
2323
ts:
2424
- 'nts'
2525
- 'ts'

0 commit comments

Comments
 (0)