We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 486fd7f + 02e3aab commit 5a7c754Copy full SHA for 5a7c754
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest,]
12
- php: [8.1, 8.0, 7.4]
+ php: [8.2, 8.1, 8.0, 7.4]
13
laravel: [8.*, 9.*]
14
dependency-version: [prefer-stable]
15
include:
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install dependencies
38
run: |
39
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
41
42
- name: Execute tests
0 commit comments