diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22f5f16056..cbe63191bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,10 +16,10 @@ jobs: strategy: matrix: - php: [8.1, 8.2, 8.3] - laravel: [10.*, 11.*] - stability: [prefer-lowest, prefer-stable] - os: [ubuntu-latest] + php: [ 8.1, 8.2, 8.3, 8.4 ] + laravel: [ 10.*, 11.* ] + stability: [ prefer-lowest, prefer-stable ] + os: [ ubuntu-latest ] include: - os: windows-latest php: 8.3 @@ -32,6 +32,8 @@ jobs: exclude: - php: 8.1 laravel: 11.* + - php: 8.4 + laravel: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -98,7 +100,7 @@ jobs: - name: Execute tests if: steps.should-run-tests.outputs.result == 'true' - run: vendor/bin/phpunit + run: vendor/bin/phpunit --display-deprecations js-tests: runs-on: ubuntu-20.04 @@ -146,7 +148,7 @@ jobs: slack: name: Slack Notification runs-on: ubuntu-20.04 - needs: [php-tests, js-tests] + needs: [ php-tests, js-tests ] if: always() steps: - uses: technote-space/workflow-conclusion-action@v3