Skip to content

Commit

Permalink
Exclude unsupported PHP / Laravel combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Feb 21, 2025
1 parent 3fcb9b1 commit 79aa4b0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ jobs:
laravel-version: "^10"
- php-version: "8.0"
laravel-version: "^11"
- php-version: "8.1"
laravel-version: "^11"
- php-version: "8.0"
laravel-version: "^12"
- php-version: "8.1"
laravel-version: "^11"
- php-version: "8.1"
laravel-version: "^12"
- php-version: "8.3"
laravel-version: "^9"
- php-version: "8.4"
laravel-version: "^9"
- php-version: "8.4"
laravel-version: "^10"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 79aa4b0

Please sign in to comment.