From 830c8b8aa747b17015c22401c144c67872246974 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sat, 20 Jan 2024 12:55:35 +0100 Subject: [PATCH] Change GitHub Actions platform to latest Ubuntu version. --- .github/workflows/linting-php.yml | 2 +- .github/workflows/php-version-sniff.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting-php.yml b/.github/workflows/linting-php.yml index 1cc6694..d9ef507 100644 --- a/.github/workflows/linting-php.yml +++ b/.github/workflows/linting-php.yml @@ -15,7 +15,7 @@ concurrency: jobs: lint-php: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: pipeline-components/php-linter@master diff --git a/.github/workflows/php-version-sniff.yml b/.github/workflows/php-version-sniff.yml index 5b2b8ad..fb69fde 100644 --- a/.github/workflows/php-version-sniff.yml +++ b/.github/workflows/php-version-sniff.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: php: [ '8.0', '8.1' ] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: pipeline-components/php-codesniffer@master diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50814af..0b450f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ concurrency: jobs: phpunit: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: