Skip to content

Commit 2647edf

Browse files
authored
Merge pull request #11 from pdsinterop/qa/update-ubuntu-image
Change GitHub Actions platform to latest Ubuntu version.
2 parents d276265 + c0325e0 commit 2647edf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linting-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
lint-php:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: pipeline-components/php-linter@master

.github/workflows/php-version-sniff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
php: [ '8.0', '8.1' ]
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v3
2424
- uses: pipeline-components/php-codesniffer@master

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
phpunit:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919

2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)