From 5859e74a04a53a80f709ba5dcfe1880e62b52e96 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 25 Apr 2024 13:53:08 +0200 Subject: [PATCH] Psalm & coverage on PHP 8.3, use actions/checkout@v4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8f6e3f..ae4fc1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: CI on: [push, pull_request] env: - PSALM_PHP_VERSION: "8.2" - COVERAGE_PHP_VERSION: "8.2" + PSALM_PHP_VERSION: "8.3" + COVERAGE_PHP_VERSION: "8.3" jobs: psalm: @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2