Skip to content

Commit fd5fa50

Browse files
authored
Comment out PHP version 8.1 in build workflow
Closes crazywhalecc/static-php-cli#1059
1 parent 6a58525 commit fd5fa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "8.1"
16+
# - "8.1"
1717
- "8.2"
1818
- "8.3"
1919
- "8.4"

0 commit comments

Comments
 (0)