From aa88a85b85390769373f1770858c35330a13cf0a Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Nov 2025 09:29:13 +0100 Subject: [PATCH] ci: Update PHP versions and checkout action in workflow --- .github/workflows/tests.10.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.10.yml b/.github/workflows/tests.10.yml index 1f13f01..1f9625e 100644 --- a/.github/workflows/tests.10.yml +++ b/.github/workflows/tests.10.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4, 8.5] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -23,7 +23,7 @@ jobs: coverage: none - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup problem matchers run: |