From a83715bebdcaec5c06e63ce0c2c4b16344a679f8 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Wed, 6 Dec 2023 14:10:32 +0000 Subject: [PATCH] actions: update PHP versions --- .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 9553f631..c35fb320 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php: ['8.1', '8.2'] + php: ['8.1', '8.2', '8.3'] name: Tests (PHP ${{ matrix.php }}) steps: - uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@2.26.0 with: - php-version: 8.1 + php-version: 8.2 ini-values: xdebug.max_nesting_level=3000 tools: php-cs-fixer:3 env: