We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ca942 + 40c3bfc commit 4850e11Copy full SHA for 4850e11
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
container: shivammathur/node:latest-${{ matrix.arch }}
13
strategy:
14
matrix:
15
- arch: ["amd64"]
+ arch: ["amd64", "i386"]
16
operating-system: [ubuntu-latest]
17
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
18
php-extensions: ['bcmath', 'gmp']
0 commit comments