File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 coding-standards :
1111 name : " Coding Standards"
12- runs-on : " ubuntu-20 .04"
12+ runs-on : " ubuntu-22 .04"
1313
1414 steps :
1515 - name : " Checkout"
Original file line number Diff line number Diff line change 1111jobs :
1212 phpunit :
1313 name : " PHPUnit"
14- runs-on : " ubuntu-20 .04"
14+ runs-on : " ubuntu-22 .04"
1515
1616 strategy :
1717 matrix :
5353
5454 upload_coverage :
5555 name : " Upload coverage to Codecov"
56- runs-on : " ubuntu-20 .04"
56+ runs-on : " ubuntu-22 .04"
5757 needs :
5858 - " phpunit"
5959
Original file line number Diff line number Diff line change 99jobs :
1010 static-analysis-phpstan :
1111 name : " Static Analysis with PHPStan"
12- runs-on : " ubuntu-20 .04"
12+ runs-on : " ubuntu-22 .04"
1313
1414 steps :
1515 - name : " Checkout code"
3030
3131 static-analysis-psalm :
3232 name : " Static Analysis with Psalm"
33- runs-on : " ubuntu-20 .04"
33+ runs-on : " ubuntu-22 .04"
3434
3535 steps :
3636 - name : " Checkout code"
You can’t perform that action at this time.
0 commit comments