Skip to content

Commit 8b4ae78

Browse files
oschwaldclaude
andcommitted
Replace i386 tests with arm64 in CI workflow
i386 support has been dropped upstream in setup-php due to deb.sury removing i386 packages. See: shivammathur/setup-php#1040 (comment) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ee76aac commit 8b4ae78

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ jobs:
1414
container: shivammathur/node:latest-${{ matrix.arch }}
1515
strategy:
1616
matrix:
17-
arch: ["amd64", "i386"]
17+
arch: ["amd64", "arm64"]
1818
operating-system: [ubuntu-latest]
1919
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2020
php-extension: ['bcmath', 'gmp']
21-
exclude:
22-
# We are getting weird libxml2 failures on this combo
23-
- arch: "i386"
24-
php-version: 8.4
2521

2622
name: "PHP ${{ matrix.php-version }} (with ${{ matrix.php-extension }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
2723
steps:

0 commit comments

Comments
 (0)