From 0b1ee531c6b6debd07d4067ead736f1ede8017c3 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 25 Apr 2024 14:07:43 +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 07db883..a597ddb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: 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: @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2