Skip to content

Commit

Permalink
PHP 8.3 support (#45)
Browse files Browse the repository at this point in the history
* Add PHP 8.3 to CI

* Update dependencies
  • Loading branch information
michael-rubel authored Nov 26, 2023
1 parent 8950503 commit cae83ef
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: ['10.x', '9.x']
stability: [prefer-lowest, prefer-stable]
exclude:
Expand Down
Loading

0 comments on commit cae83ef

Please sign in to comment.