File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 phpunit :
1212 name : " PHPUnit"
13- runs-on : " ubuntu-20.04 "
13+ runs-on : " ubuntu-latest "
1414 strategy :
1515 matrix :
1616 php-version :
5858
5959 phpunit-with-clickhouse :
6060 name : " PHPUnit"
61- runs-on : " ubuntu-20.04 "
61+ runs-on : " ubuntu-latest "
6262 strategy :
6363 matrix :
6464 php-version :
@@ -121,7 +121,7 @@ jobs:
121121
122122 upload_coverage :
123123 name : " Upload coverage to Codecov"
124- runs-on : " ubuntu-20.04 "
124+ runs-on : " ubuntu-latest "
125125 needs :
126126 - " phpunit"
127127
Original file line number Diff line number Diff line change 1010jobs :
1111 coding-standards :
1212 name : " Coding Standards"
13- runs-on : " ubuntu-20.04 "
13+ runs-on : " ubuntu-latest "
1414
1515 strategy :
1616 matrix :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 Infection :
12- runs-on : ubuntu-18.04
12+ runs-on : ubuntu-latest
1313 env :
1414 CLICKHOUSE_VERSION : " 22.10"
1515
Original file line number Diff line number Diff line change 1010jobs :
1111 static-analysis-phpstan :
1212 name : " Static Analysis with PHPStan"
13- runs-on : " ubuntu-20.04 "
13+ runs-on : " ubuntu-latest "
1414
1515 strategy :
1616 matrix :
3636
3737 static-analysis-psalm :
3838 name : " Static Analysis with Psalm"
39- runs-on : " ubuntu-20.04 "
39+ runs-on : " ubuntu-latest "
4040
4141 strategy :
4242 matrix :
You can’t perform that action at this time.
0 commit comments