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 11
11
jobs :
12
12
tests :
13
13
name : Tests on PHP 8.3 nightly
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-22 .04
15
15
services :
16
16
redis :
17
17
image : redis
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
tests :
13
13
name : Tests on PHP ${{ matrix.php }} ${{ matrix.dependencies }}
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-22 .04
15
15
services :
16
16
redis :
17
17
image : redis
46
46
file : ./coverage.xml
47
47
mutation_testing :
48
48
name : Mutation testing
49
- runs-on : ubuntu-20 .04
49
+ runs-on : ubuntu-22 .04
50
50
services :
51
51
redis :
52
52
image : redis
75
75
path : infection.log
76
76
integration :
77
77
name : Integration tests on PHP ${{ matrix.php }}
78
- runs-on : ubuntu-20 .04
78
+ runs-on : ubuntu-22 .04
79
79
strategy :
80
80
matrix :
81
81
php : ['8.1', '8.2']
@@ -101,7 +101,7 @@ jobs:
101
101
PHP_VERSION : ${{ matrix.php }}
102
102
code_quality :
103
103
name : Code quality
104
- runs-on : ubuntu-20 .04
104
+ runs-on : ubuntu-22 .04
105
105
steps :
106
106
- name : Checkout
107
107
uses : actions/checkout@v3
@@ -120,7 +120,7 @@ jobs:
120
120
run : ./vendor/bin/phpstan analyse
121
121
dependencies :
122
122
name : Dependencies state
123
- runs-on : ubuntu-20 .04
123
+ runs-on : ubuntu-22 .04
124
124
steps :
125
125
- name : Checkout
126
126
uses : actions/checkout@v3
@@ -134,7 +134,7 @@ jobs:
134
134
uses : docker://icanhazstring/composer-unused-ga
135
135
backward_compatible_changes :
136
136
name : Backward Compatible Changes
137
- runs-on : ubuntu-20 .04
137
+ runs-on : ubuntu-22 .04
138
138
steps :
139
139
- name : Checkout
140
140
uses : actions/checkout@v3
@@ -147,7 +147,7 @@ jobs:
147
147
# args: roave-backwards-compatibility-check:assert-backwards-compatible --from=v1.0.0
148
148
nix-shell :
149
149
name : Working Nix Shell
150
- runs-on : ubuntu-20 .04
150
+ runs-on : ubuntu-22 .04
151
151
steps :
152
152
- name : Checkout
153
153
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments