File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 tests :
1313 name : Tests on PHP 8.3 nightly
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 services :
1616 redis :
1717 image : redis
Original file line number Diff line number Diff line change 1111jobs :
1212 tests :
1313 name : Tests on PHP ${{ matrix.php }} ${{ matrix.dependencies }}
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 services :
1616 redis :
1717 image : redis
4646 file : ./coverage.xml
4747 mutation_testing :
4848 name : Mutation testing
49- runs-on : ubuntu-20 .04
49+ runs-on : ubuntu-22 .04
5050 services :
5151 redis :
5252 image : redis
7575 path : infection.log
7676 integration :
7777 name : Integration tests on PHP ${{ matrix.php }}
78- runs-on : ubuntu-20 .04
78+ runs-on : ubuntu-22 .04
7979 strategy :
8080 matrix :
8181 php : ['8.1', '8.2']
@@ -101,7 +101,7 @@ jobs:
101101 PHP_VERSION : ${{ matrix.php }}
102102 code_quality :
103103 name : Code quality
104- runs-on : ubuntu-20 .04
104+ runs-on : ubuntu-22 .04
105105 steps :
106106 - name : Checkout
107107 uses : actions/checkout@v3
@@ -120,7 +120,7 @@ jobs:
120120 run : ./vendor/bin/phpstan analyse
121121 dependencies :
122122 name : Dependencies state
123- runs-on : ubuntu-20 .04
123+ runs-on : ubuntu-22 .04
124124 steps :
125125 - name : Checkout
126126 uses : actions/checkout@v3
@@ -134,7 +134,7 @@ jobs:
134134 uses : docker://icanhazstring/composer-unused-ga
135135 backward_compatible_changes :
136136 name : Backward Compatible Changes
137- runs-on : ubuntu-20 .04
137+ runs-on : ubuntu-22 .04
138138 steps :
139139 - name : Checkout
140140 uses : actions/checkout@v3
@@ -147,7 +147,7 @@ jobs:
147147 # args: roave-backwards-compatibility-check:assert-backwards-compatible --from=v1.0.0
148148 nix-shell :
149149 name : Working Nix Shell
150- runs-on : ubuntu-20 .04
150+ runs-on : ubuntu-22 .04
151151 steps :
152152 - name : Checkout
153153 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments