File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ${{ matrix.operating-system }}
12+ runs-on : ubuntu-20.04
1313 strategy :
1414 matrix :
1515 operating-system : ['ubuntu-20.04']
@@ -18,35 +18,25 @@ jobs:
1818 coverage : [false]
1919 include :
2020 - php-versions : ' 5.3'
21- operating-system : ' ubuntu-16.04'
2221 phpunit-versions : ' 4.8.36'
2322 - php-versions : ' 5.4'
24- operating-system : ' ubuntu-16.04'
2523 phpunit-versions : ' 4.8.36'
2624 - php-versions : ' 5.5'
27- operating-system : ' ubuntu-16.04'
2825 phpunit-versions : ' 4.8.36'
2926 - php-versions : ' 5.6'
30- operating-system : ' ubuntu-16.04'
3127 phpunit-versions : ' 4.8.36'
3228 - php-versions : ' 7.0'
33- operating-system : ' ubuntu-16.04'
3429 phpunit-versions : ' 4.8.36'
3530 - php-versions : ' 7.1'
36- operating-system : ' ubuntu-18.04'
3731 phpunit-versions : ' 4.8.36'
3832 - php-versions : ' 7.2'
39- operating-system : ' ubuntu-18.04'
4033 phpunit-versions : ' 4.8.36'
4134 - php-versions : ' 7.3'
42- operating-system : ' ubuntu-18.04'
4335 phpunit-versions : ' 7.5.20'
4436 - php-versions : ' 7.4'
45- operating-system : ' ubuntu-20.04'
4637 phpunit-versions : ' 7.5.20'
4738 coverage : true
4839 - php-versions : ' 8.1'
49- operating-system : ' ubuntu-20.04'
5040 phpunit-versions : ' 9.5.4'
5141
5242 steps :
You can’t perform that action at this time.
0 commit comments