Skip to content

Commit a7b96c7

Browse files
committed
Disable PHP 5.2 in arm64 builds
1 parent 45e2558 commit a7b96c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: False
2626
matrix:
2727
version:
28-
- '5.2'
28+
#- '5.2' # No arm64 version available
2929
- '5.3'
3030
- '5.4'
3131
- '5.5'

0 commit comments

Comments
 (0)