File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616jobs :
1717 coding-standards :
1818 name : " CS Fixer & PHPStan"
19- runs-on : " ubuntu-22.04 "
19+ runs-on : " ubuntu-latest "
2020
2121 strategy :
2222 matrix :
Original file line number Diff line number Diff line change 1616jobs :
1717 phpunit :
1818 name : " PHPUnit (PHP ${{ matrix.php }})"
19- runs-on : " ubuntu-22.04 "
19+ runs-on : " ubuntu-latest "
2020
2121 strategy :
2222 matrix :
6666
6767 phpunit-coverage :
6868 name : " PHPUnit coverage (PHP ${{ matrix.php }})"
69- runs-on : " ubuntu-22.04 "
69+ runs-on : " ubuntu-latest "
7070
7171 strategy :
7272 matrix :
@@ -117,7 +117,7 @@ jobs:
117117
118118 phpunit-lowest :
119119 name : " PHPUnit lowest deps (PHP ${{ matrix.php }})"
120- runs-on : " ubuntu-22.04 "
120+ runs-on : " ubuntu-latest "
121121
122122 strategy :
123123 matrix :
@@ -158,7 +158,7 @@ jobs:
158158
159159 phpunit-composerv2 :
160160 name : " PHPUnit with Composer v1 (PHP ${{ matrix.php }})"
161- runs-on : " ubuntu-20.04 "
161+ runs-on : " ubuntu-latest "
162162
163163 strategy :
164164 matrix :
You can’t perform that action at this time.
0 commit comments