File tree Expand file tree Collapse file tree 5 files changed +10
-40
lines changed Expand file tree Collapse file tree 5 files changed +10
-40
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 pest :
11- runs-on : ${{ matrix.operating-systems }}
11+ runs-on : ubuntu-latest
1212
1313 strategy :
1414 fail-fast : false
15- matrix :
16- operating-systems :
17- - ubuntu-latest
18- php-versions :
19- - 8.1
2015
2116 steps :
2217 - uses : actions/checkout@v3
2318
2419 - uses : shivammathur/setup-php@v2
2520 with :
26- php-version : ${{ matrix.php-versions }}
21+ php-version : 8.1
2722 coverage : pcov
28- extensions : mbstring
2923
3024 - id : composer-cache
3125 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 88
99jobs :
1010 phpcsf :
11- runs-on : ${{ matrix.operating-systems }}
11+ runs-on : ubuntu-latest
1212
1313 strategy :
1414 fail-fast : false
15- matrix :
16- operating-systems :
17- - ubuntu-latest
18- php-versions :
19- - 8.1
2015
2116 steps :
2217 - uses : actions/checkout@v3
2318
2419 - uses : shivammathur/setup-php@v2
2520 with :
26- php-version : ${{ matrix.php-versions }}
27- coverage : pcov
21+ php-version : 8.1
2822
2923 - id : composer-cache
3024 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 88
99jobs :
1010 phpstan :
11- runs-on : ${{ matrix.operating-systems }}
11+ runs-on : ubuntu-latest
1212
1313 strategy :
1414 fail-fast : false
15- matrix :
16- operating-systems :
17- - ubuntu-latest
18- php-versions :
19- - 8.1
2015
2116 steps :
2217 - uses : actions/checkout@v3
2318
2419 - uses : shivammathur/setup-php@v2
2520 with :
26- php-version : ${{ matrix.php-versions }}
27- coverage : pcov
21+ php-version : 8.1
2822
2923 - id : composer-cache
3024 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 88
99jobs :
1010 psalm :
11- runs-on : ${{ matrix.operating-systems }}
11+ runs-on : ubuntu-latest
1212
1313 strategy :
1414 fail-fast : false
15- matrix :
16- operating-systems :
17- - ubuntu-latest
18- php-versions :
19- - 8.1
2015
2116 steps :
2217 - uses : actions/checkout@v3
2318
2419 - uses : shivammathur/setup-php@v2
2520 with :
26- php-version : ${{ matrix.php-versions }}
27- coverage : pcov
21+ php-version : 8.1
2822
2923 - id : composer-cache
3024 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 88
99jobs :
1010 rector :
11- runs-on : ${{ matrix.operating-systems }}
11+ runs-on : ubuntu-latest
1212
1313 strategy :
1414 fail-fast : false
15- matrix :
16- operating-systems :
17- - ubuntu-latest
18- php-versions :
19- - 8.1
2015
2116 steps :
2217 - uses : actions/checkout@v3
2318
2419 - uses : shivammathur/setup-php@v2
2520 with :
26- php-version : ${{ matrix.php-versions }}
27- coverage : pcov
21+ php-version : 8.1
2822
2923 - id : composer-cache
3024 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments