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 1983b81 + d4e75a1 commit bcb4d8bCopy full SHA for bcb4d8b
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [8.1, 8.0]
+ php: [8.2, 8.1, 8.0]
13
laravel: [9.*, 8.*]
14
os: [ubuntu-latest]
15
dependency-version: [prefer-stable]
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install dependencies
36
run: |
37
- 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
38
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
39
40
- name: Execute tests
0 commit comments