Skip to content

Commit

Permalink
Adds laravel 11 to tests (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics authored Jul 22, 2024
1 parent 4b7f10b commit 525d2f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
fail-fast: false
matrix:
stability: [prefer-stable]
#versions: [ { php: 8.1, laravel: 10 }, { php: 8.2, laravel: 10 }, { php: 8.3, laravel: 10 }, { php: 8.2, laravel: 11 }, { php: 8.3, laravel: 11 } ]
versions: [ { php: 8.1, laravel: 10 }, { php: 8.2, laravel: 10 }, { php: 8.3, laravel: 10 } ]
versions: [ { php: 8.1, laravel: 10 }, { php: 8.2, laravel: 10 }, { php: 8.3, laravel: 10 }, { php: 8.2, laravel: 11 }, { php: 8.3, laravel: 11 } ]

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

Expand Down

0 comments on commit 525d2f7

Please sign in to comment.