Skip to content

Commit 4f914c7

Browse files
committed
add php 8.2 to workflow
1 parent 872b9e7 commit 4f914c7

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1, 8.0]
16+
php: [8.2, 8.1, 8.0]
1717
laravel: [9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
@@ -52,7 +52,7 @@ jobs:
5252
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5353
- name: Install dependencies
5454
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
55+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5656
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5757
- name: Execute tests
5858
run: vendor/bin/pest --no-coverage

0 commit comments

Comments
 (0)