Skip to content

Commit

Permalink
Test on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Oct 27, 2022
1 parent 506d2cf commit 98e880f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

strategy:
matrix:
php: [8.1, 8.0]
php: [8.2, 8.1, 8.0]
release: [stable, lowest]
include:
- php: 8.1
- php: 8.2
release: stable
coverage: xdebug

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"illuminate/database": "^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"nesbot/carbon": "^2.62.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 98e880f

Please sign in to comment.