Skip to content

Commit 9c9482c

Browse files
Merge pull request #35 from michael-rubel/patch/php82-support
PHP 8.2 build 🐘
2 parents 539b118 + 361109d commit 9c9482c

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: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0, 8.1]
16+
php: [8.0, 8.1, 8.2]
1717
laravel: ["9.x"]
1818
stability: [prefer-lowest, prefer-stable]
1919

@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Install dependencies
3939
run: |
40-
composer require "laravel/framework:${{ matrix.laravel }}" --dev --no-interaction --no-update
40+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.62.1" --dev --no-interaction --no-update
4141
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4242
4343
- name: Execute tests

0 commit comments

Comments
 (0)