File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 tests :
11- name : PHP ${{ matrix.php }} - ${{ matrix.deps }}
12- runs-on : ubuntu-latest
13- strategy :
14- matrix :
15- php : [8.0, 8.1]
16- deps : [hightest]
17- include :
18- - php : 8.0
19- deps : lowest
20- steps :
21- - uses : zenstruck/.github@php-test-symfony
22- with :
23- php : ${{ matrix.php }}
24- deps : ${{ matrix.deps }}
11+ uses : zenstruck/.github/.github/workflows/php-test.yml@main
2512
2613 code-coverage :
27- name : Code Coverage
28- runs-on : ubuntu-latest
29- steps :
30- - uses : zenstruck/.github@php-coverage-codecov
31- with :
32- php : 8.1
14+ uses : zenstruck/.github/.github/workflows/php-coverage-codecov.yml@main
3315
3416 composer-validate :
3517 uses : zenstruck/.github/.github/workflows/php-composer-validate.yml@main
4123
4224 sca :
4325 uses : zenstruck/.github/.github/workflows/php-stan.yml@main
44- with :
45- php : 8.1
You can’t perform that action at this time.
0 commit comments