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 8
8
9
9
jobs :
10
10
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
25
12
26
13
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
33
15
34
16
composer-validate :
35
17
uses : zenstruck/.github/.github/workflows/php-composer-validate.yml@main
41
23
42
24
sca :
43
25
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