Skip to content

Commit 5517235

Browse files
committed
Disable old php version for now
1 parent 3381bab commit 5517235

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
@@ -16,10 +16,10 @@ jobs:
1616
matrix:
1717
php:
1818
- '8.4'
19-
- '8.3'
20-
- '8.2'
21-
- '8.1'
22-
- '8.0'
19+
# - '8.3'
20+
# - '8.2'
21+
# - '8.1'
22+
# - '8.0'
2323
ts:
2424
- 'nts'
2525
- 'ts'

0 commit comments

Comments
 (0)