Skip to content

Commit 82ea27f

Browse files
committed
Move CI jobs to Ubuntu 22.04
1 parent ee643e9 commit 82ea27f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/CI-Experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
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

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
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
@@ -46,7 +46,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)