Skip to content

Commit

Permalink
fix: update github workflow for php 8.1 & Laravel 10 only
Browse files Browse the repository at this point in the history
  • Loading branch information
HasnatH committed Apr 26, 2024
1 parent 9ddf5fd commit f4c7133
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.1, 8.1]
laravel: [5.4.*, 9.*]
php: [8.1]
laravel: [10.*]
exclude:
- php: 8.1
laravel: 5.4.*
- php: 7.1
laravel: 9.*
laravel: 10.*
include:
- laravel: 5.4.*
testbench: 3.4.*
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

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

Expand Down

0 comments on commit f4c7133

Please sign in to comment.