Skip to content

Commit

Permalink
Update dependencies and expand support to Laravel 10
Browse files Browse the repository at this point in the history
The composer dependencies have been updated to include Laravel 10 and upgrade PHPUnit to the latest version. Also, testing range is expanded for multiple PHP and Laravel versions in CI configurations. README now includes a detailed compatibility table, and phpunit.xml is rewritten to be more streamlined.
  • Loading branch information
oza75 committed Feb 26, 2024
1 parent 0f63c56 commit 1d8b9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.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]
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
stability: [prefer-stable]
include:
Expand Down

0 comments on commit 1d8b9e8

Please sign in to comment.