We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0437a7 commit 1bfc709Copy full SHA for 1bfc709
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.1]
+ php: [8.2, 8.1]
17
laravel: [9.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
@@ -49,7 +49,7 @@ jobs:
49
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
50
- name: Install dependencies
51
run: |
52
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
53
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
54
- name: Execute tests
55
run: vendor/bin/phpunit
0 commit comments