Skip to content

Commit 1bfc709

Browse files
Update: include php 8.2 in workflow
1 parent d0437a7 commit 1bfc709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1]
16+
php: [8.2, 8.1]
1717
laravel: [9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
@@ -49,7 +49,7 @@ jobs:
4949
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5050
- name: Install dependencies
5151
run: |
52-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
52+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5353
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5454
- name: Execute tests
5555
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)