Skip to content

Commit

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

* Update composer.json

* Update .github/workflows/tests.yml

Co-authored-by: Leo Cavalcante <[email protected]>

* Update tests.yml

---------

Co-authored-by: Leo Cavalcante <[email protected]>
  • Loading branch information
driesvints and leocavalcante authored Nov 27, 2023
1 parent 901f514 commit 91c7803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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]
driver: [swoole, openswoole]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": "^8.1.0",
"laravel/framework": "^10.10.1",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-diactoros": "^3.0",
"laravel/serializable-closure": "^1.3.0",
"nesbot/carbon": "^2.66.0",
"symfony/psr-http-message-bridge": "^2.2.0"
Expand Down

0 comments on commit 91c7803

Please sign in to comment.