Skip to content

Commit

Permalink
PHP 8.3 support (#34)
Browse files Browse the repository at this point in the history
## About

- Makes sure the package works well on PHP 8.3.
- Updates dependencies.

---
  • Loading branch information
michael-rubel authored Nov 26, 2023
1 parent 36e765f commit a9f6524
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 376 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.*, 9.*]
stability: [prefer-lowest, prefer-stable]
exclude:
Expand Down
Loading

0 comments on commit a9f6524

Please sign in to comment.