Skip to content

Commit bcb4d8b

Browse files
authored
Merge pull request #138 from patinthehat/add-php82-support-v1.0
Add PHP 8.2 Support
2 parents 1983b81 + d4e75a1 commit bcb4d8b

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
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.1, 8.0]
12+
php: [8.2, 8.1, 8.0]
1313
laravel: [9.*, 8.*]
1414
os: [ubuntu-latest]
1515
dependency-version: [prefer-stable]
@@ -34,7 +34,7 @@ jobs:
3434

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

0 commit comments

Comments
 (0)