Skip to content

Commit

Permalink
remove x86
Browse files Browse the repository at this point in the history
> no one needs
  • Loading branch information
eeliu committed Aug 1, 2024
1 parent 446e830 commit 915c793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
matrix:
php-versions: [ "7.4", "7.3", "7.2","7.1","8.0", "8.1", "8.2", "8.3"]
arch: [ "x86" ,"x64"]
arch: [ "x64"]
ts: [ "ts", "nts" ]
env:
SKIP_WINDOWS_ACTION: true
Expand Down

0 comments on commit 915c793

Please sign in to comment.