Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 27, 2024
1 parent b18d35e commit 89e20bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ jobs:
exclude:
- php: '7.2'
laravel: '8.*'
- php: '7.2'
laravel: '9.*'
- php: '7.3'
laravel: '9.*'
- php: '7.4'
laravel: '9.*'
- php: '7.2'
laravel: '10.*'
- php: '7.3'
laravel: '10.*'
- php: '7.4'
laravel: '10.*'
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 89e20bd

Please sign in to comment.