Skip to content

Commit 4850e11

Browse files
authored
Merge pull request #158 from maxmind/greg/test-i386-again
Reenable i386 tests
2 parents b9ca942 + 40c3bfc commit 4850e11

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"]
15+
arch: ["amd64", "i386"]
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)