Skip to content

Commit db3a933

Browse files
committed
Try changing order
1 parent 60f3049 commit db3a933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
test:
1616
name: PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }} ${{ matrix.arch }}
1717
runs-on: ${{ matrix.os }}
18-
container: shivammathur/node:latest-${{ matrix.arch }}
1918
continue-on-error: ${{ matrix.php == 'nightly' }}
2019
defaults:
2120
run:
@@ -41,6 +40,7 @@ jobs:
4140
os: ubuntu-latest
4241
arch: amd64
4342
php-jit: on
43+
container: shivammathur/node:latest-${{ matrix.arch }}
4444

4545
steps:
4646
- name: Checkout

0 commit comments

Comments
 (0)