Skip to content

Commit fe3509e

Browse files
authored
Merge pull request #366 from oliverklee/task/update-github-runners
Update the GitHub runners to the latest Ubuntu LTS version
2 parents 92dc59d + 6c414aa commit fe3509e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: CI
1111
jobs:
1212
php-lint:
1313
name: PHP Lint
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
@@ -32,7 +32,7 @@ jobs:
3232
unit-tests:
3333
name: Unit tests
3434

35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636

3737
needs: [ php-lint ]
3838

@@ -82,7 +82,7 @@ jobs:
8282
static-analysis:
8383
name: Static Analysis
8484

85-
runs-on: ubuntu-20.04
85+
runs-on: ubuntu-22.04
8686

8787
needs: [ php-lint ]
8888

0 commit comments

Comments
 (0)