Skip to content

Commit

Permalink
Disable PHP 5.2 in arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 17, 2022
1 parent 45e2558 commit a7b96c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: False
matrix:
version:
- '5.2'
#- '5.2' # No arm64 version available
- '5.3'
- '5.4'
- '5.5'
Expand Down

0 comments on commit a7b96c7

Please sign in to comment.