Skip to content

Commit

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

* wip
  • Loading branch information
driesvints authored Mar 29, 2024
1 parent 8c02641 commit 72b6287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.2]
php: [8.2, 8.3]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"illuminate/view": "^11.0",
"illuminate/log": "^11.0",
"dragonmantank/cron-expression": "^3.1",
"laravel/prompts": "^0.1.17",
"nikic/fast-route": "^1.3",
"symfony/console": "^7.0",
"symfony/error-handler": "^7.0",
Expand Down

0 comments on commit 72b6287

Please sign in to comment.