From ffbac5c97bbdb34ecf8ee5b5b6ecf91dc21986c9 Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Sun, 3 Dec 2023 09:12:44 +0100 Subject: [PATCH] Adding php 8.3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdd4a41..9d7dd23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: php-version: ${{ matrix.php-versions }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get Composer Cache Directory id: composer-cache @@ -42,7 +42,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: [ '8.2','8.1', '8.0' ] + php-versions: [ '8.3', '8.2','8.1', '8.0' ] name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}} steps: # This is required as this package does not support PHP 8 (yet) @@ -52,7 +52,7 @@ jobs: php-version: ${{ matrix.php-versions }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get Composer Cache Directory id: composer-cache