Skip to content

Commit

Permalink
Merge pull request #74 from patinthehat/add-php82-support-v1.0
Browse files Browse the repository at this point in the history
Add PHP 8.2 Support
  • Loading branch information
freekmurze committed Dec 11, 2022
2 parents 3e6a32d + efda610 commit 36ea48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0]
php: [8.2, 8.0]
laravel: [9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies
run: |
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
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"illuminate/filesystem": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/support": "^9.0",
"nesbot/carbon": "^2.14",
"nesbot/carbon": "^2.63",
"spatie/laravel-package-tools": "^1.9",
"spatie/temporary-directory": "^2.0"
},
Expand Down

0 comments on commit 36ea48d

Please sign in to comment.