8000 PHP 8.3 tests (#1277) · laravel/lumen-framework@72b6287 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72b6287

Browse files
authored
PHP 8.3 tests (#1277)
* PHP 8.3 tests * wip
1 parent 8c02641 commit 72b6287

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.2]
19+
php: [8.2, 8.3]
2020
stability: [prefer-lowest, prefer-stable]
2121

2222
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"illuminate/view": "^11.0",
4444
"illuminate/log": "^11.0",
4545
"dragonmantank/cron-expression": "^3.1",
46+
"laravel/prompts": "^0.1.17",
4647
"nikic/fast-route": "^1.3",
4748
"symfony/console": "^7.0",
4849
"symfony/error-handler": "^7.0",

0 commit comments

Comments
 (0)
0