Skip to content

Commit 60ca825

Browse files
committed
github workflow 默认不构建php 8.1
1 parent 5ae29e8 commit 60ca825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
php-version:
1717
- "8.2.31"
18-
- "8.1.34"
18+
# - "8.1.34"
1919
- "8.3.31"
2020
- "8.4.21"
2121
- "8.5.6"

.github/workflows/windows-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
php-version:
1717
- "8.2.31"
18-
- "8.1.34"
18+
# - "8.1.34"
1919
- "8.3.31"
2020
- "8.4.21"
2121
- "8.5.6"

0 commit comments

Comments
 (0)