Skip to content

Commit f629105

Browse files
authored
Merge pull request #20 from patinthehat/add-php82-support-v1.0
Add PHP 8.2 Support
2 parents 22cc32e + e33cd68 commit f629105

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, windows-latest]
12-
php: [8.0, 7.4, 7.3]
12+
php: [8.2, 8.0, 7.4, 7.3]
1313
laravel: [9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
@@ -38,7 +38,7 @@ jobs:
3838

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

0 commit comments

Comments
 (0)