Skip to content

Commit 91c7803

Browse files
PHP 8.3 (#753)
* 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]>
1 parent 901f514 commit 91c7803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [8.1, 8.2]
19+
php: [8.1, 8.2, 8.3]
2020
laravel: [10]
2121
driver: [swoole, openswoole]
2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.1.0",
1818
"laravel/framework": "^10.10.1",
19-
"laminas/laminas-diactoros": "^3.0.0",
19+
"laminas/laminas-diactoros": "^3.0",
2020
"laravel/serializable-closure": "^1.3.0",
2121
"nesbot/carbon": "^2.66.0",
2222
"symfony/psr-http-message-bridge": "^2.2.0"

0 commit comments

Comments
 (0)