Skip to content

Commit 5a7c754

Browse files
authored
Merge pull request #56 from patinthehat/add-php82-support-v1.0
Add PHP 8.2 Support
2 parents 486fd7f + 02e3aab commit 5a7c754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest,]
12-
php: [8.1, 8.0, 7.4]
12+
php: [8.2, 8.1, 8.0, 7.4]
1313
laravel: [8.*, 9.*]
1414
dependency-version: [prefer-stable]
1515
include:
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: |
39-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
39+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4040
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4141
4242
- name: Execute tests

0 commit comments

Comments
 (0)