From 128db60612221e17266e3d4938cf4f72c9dff4b5 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 13 Apr 2024 11:18:32 +0200 Subject: [PATCH] chore: fix ci deprecations add testruns for PHP 8.2 and 8.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdbffd3..8fb456b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: strategy: matrix: - php-version: ['7.3', '7.4', '8.0', '8.1'] + php-version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] include: - { php-version: '7.2', dependencies: '--prefer-lowest' } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2