Skip to content

Commit ba4d51e

Browse files
authored
[2.x] Supports PHP 8.4 (#182)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent a3e5213 commit ba4d51e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
matrix:
1919
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
2020
laravel: [6, 7, 8, 9, 10, 11]
21+
include:
22+
- php: 8.4
23+
laravel: 11
2124
exclude:
2225
- php: 7.2
2326
laravel: 8
@@ -81,8 +84,7 @@ jobs:
8184

8285
- name: Install dependencies
8386
run: |
84-
composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update
85-
composer update --prefer-dist --no-interaction --no-progress
87+
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}"
8688
8789
- name: Execute tests
8890
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)