Skip to content

Commit 5ae29e8

Browse files
committed
macos-15 不在支持 php 8.1
1 parent ee6ac86 commit 5ae29e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macos-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
php-version:
2020
- "8.2.31"
21-
- "8.1.34"
21+
#- "8.1.34"
2222
- "8.3.31"
2323
- "8.4.21"
2424
- "8.5.6"

.github/workflows/macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-version:
2222
- "8.2.31"
23-
- "8.1.34"
23+
# - "8.1.34"
2424
- "8.3.31"
2525
- "8.4.21"
2626
- "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)