From a587603bcc534d3baf2c1ef7c694dfa26102a785 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sat, 3 Aug 2024 12:00:20 +0200 Subject: [PATCH] update php version --- .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 0ccf529..e13a41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 coverage: none - name: Composer install run: composer install --no-interaction --no-ansi --no-progress @@ -24,11 +24,11 @@ jobs: strategy: matrix: php-versions: - - 8.1 - 8.2 + - 8.3 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 with: