Skip to content

Commit

Permalink
ci: update workflow for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Nov 15, 2024
1 parent 74391d6 commit 94075d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [8.1,8.2]
laravel: [ 10.*]
php: [8.2]
laravel: [ 11.* ]
dependency-version: [ prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

steps:
- name: Checkout code
Expand Down

0 comments on commit 94075d3

Please sign in to comment.