Skip to content

Added Laravel 12 support #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update and rename laravel.yml to tests.yml
  • Loading branch information
andrey-helldar authored Feb 20, 2025
commit da08e2d2d3f4f6695f80a8d0f8682fc6426e2854
9 changes: 5 additions & 4 deletions .github/workflows/laravel.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: laravel
name: tests

on: [ push ]

Expand All @@ -9,12 +9,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.1", "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
php: [ "8.1", "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0", "12.0" ]
exclude:
- laravel: "11.0"
php: "8.1"

- laravel: "12.0"
php: "8.1"

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}

Expand Down
Loading