We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f3049 commit db3a933Copy full SHA for db3a933
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,6 @@ jobs:
15
test:
16
name: PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }} ${{ matrix.arch }}
17
runs-on: ${{ matrix.os }}
18
- container: shivammathur/node:latest-${{ matrix.arch }}
19
continue-on-error: ${{ matrix.php == 'nightly' }}
20
defaults:
21
run:
@@ -41,6 +40,7 @@ jobs:
41
40
os: ubuntu-latest
42
arch: amd64
43
php-jit: on
+ container: shivammathur/node:latest-${{ matrix.arch }}
44
45
steps:
46
- name: Checkout
0 commit comments