Skip to content

Commit 5b338ce

Browse files
committed
Do not test on i386
1 parent f8cd5d7 commit 5b338ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: shivammathur/node:latest-${{ matrix.arch }}
1313
strategy:
1414
matrix:
15-
arch: ["amd64", "i386"]
15+
arch: ["amd64"]
1616
operating-system: [ubuntu-latest]
1717
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1818
php-extensions: ['bcmath', 'gmp']

0 commit comments

Comments
 (0)