From 7a2cb57a9f4046906e2d1e0ac2945f440f8251dc Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Dec 2025 11:38:55 +0100 Subject: [PATCH] ci: Add testrun for PHP 8.5 Updated checkout action to version 6 and added PHP version 8.5. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d64c5f58..1f15c7438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -39,10 +39,11 @@ jobs: - '8.2' - '8.3' - '8.4' + - '8.5' steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2