Skip to content

Commit

Permalink
[1.x] Supports PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Nov 12, 2024
1 parent 457cc52 commit 753f391
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10, 11]
include:
- php: 8.4
laravel: 11
exclude:
- php: 8.1
laravel: 11
Expand All @@ -42,8 +45,7 @@ jobs:

- name: Install dependencies
run: |
composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update
composer update --prefer-dist --no-interaction --no-progress
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}"
- name: Execute tests
if: ${{ matrix.php == 8.1 }}
Expand Down

0 comments on commit 753f391

Please sign in to comment.