From 4ff235f596717711ba703d1d2b930b23dd2e9538 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 27 Oct 2025 14:37:10 +0100 Subject: [PATCH 1/2] ci: add tests for PHP 8.5 upgrade actions/chechkout 4 => 5 --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a53f35a..21bf0edb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,11 +16,12 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 dependencies: [highest] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install PHP with extensions uses: shivammathur/setup-php@v2 From 5011f1decae1e77795d0b42432ca25789e3713c6 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 7 Nov 2025 15:46:42 +0100 Subject: [PATCH 2/2] Update PHP test runner to Ubuntu 22.04 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 21bf0edb..e31c28ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: test: name: PHP ${{ matrix.php-version }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: