Skip to content

Commit

Permalink
PHP 8.3 support (#48)
Browse files Browse the repository at this point in the history
* PHP 8.3 support

* Update tests.yml
  • Loading branch information
driesvints authored Oct 10, 2023
1 parent c2da0c3 commit a80ed04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
}
],
"require": {
"php": "~8.1.0|~8.2.0",
"php": "~8.1.0|~8.2.0|~8.3.0",
"guzzlehttp/guzzle": "^7.0",
"laravel/framework": "^10.0",
"moneyphp/money": "^4.0",
"nesbot/carbon": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0"
},
"suggest": {
Expand Down

0 comments on commit a80ed04

Please sign in to comment.