File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 paths-ignore :
99 - ' **.md'
1010
11- permissions :
12- contents : read
13-
1411jobs :
1512 test :
16- name : PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }} ${{ matrix.arch }}
13+ name : PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }}
1714 runs-on : ${{ matrix.os }}
1815 continue-on-error : ${{ matrix.php == 'nightly' }}
19- defaults :
20- run :
21- shell : bash
2216 strategy :
2317 fail-fast : true
2418 matrix :
2519 os :
2620 - ubuntu-latest
27- arch :
28- - amd64
29- - i386
3021 php :
3122 - 8.1
3223 - 8.2
3829 include :
3930 - php : nightly
4031 os : ubuntu-latest
41- arch : amd64
4232 php-jit : on
43- container : shivammathur/node:latest-${{ matrix.arch }}
4433
4534 steps :
4635 - name : Checkout
5645 tools : composer:v2
5746 env :
5847 fail-fast : true
59- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6048
6149 - name : Install dependencies
6250 run : |
63- /usr/bin/git config --global --add safe.directory $GITHUB_WORKSPACE
6451 if [[ ${{ matrix.php == 'nightly' }} ]]; then
6552 composer update --no-interaction --ignore-platform-reqs
6653 else
You can’t perform that action at this time.
0 commit comments