From 8e31e8c6bdc1f55f9d9acf02b77c6c13d2e0b14c Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 27 Oct 2025 15:05:30 +0100 Subject: [PATCH] Run tests on PHP 8.5 Updated the checkout action version from v4 to v5 and added PHP version 8.5 to the workflow. --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8ca429..2f1e9ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Install PHP" uses: "shivammathur/setup-php@v2" @@ -66,13 +66,14 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dependencies: - "lowest" - "highest" steps: - name: "Checkout repository" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Install PHP" uses: "shivammathur/setup-php@v2"