From 22fa1470773689ef078db889edfd58bd0b0d9a0f Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Sat, 1 Feb 2025 19:37:07 +0100 Subject: [PATCH] CI: Bump actions and run tests also on newer php versions --- .github/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6be91d70..8f67766be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,15 +27,18 @@ jobs: - php: '7.4' - php: '8.0' - php: '8.1' + - php: '8.2' + - php: '8.3' + - php: '8.4' - php: '7.4' mode: low-deps steps: - name: "Checkout code" - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v4 - name: "Install PHP with extensions" - uses: shivammathur/setup-php@2.18.0 + uses: shivammathur/setup-php@v2 with: coverage: "none" php-version: ${{ matrix.php }}