Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges authored Jan 20, 2021
1 parent 2c933ae commit ca09de3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: [7.4, 8.0]
laravel: [8.*, 7.*, 6.*, 5.8.*]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
Expand All @@ -18,8 +18,6 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*

name: CI - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} (${{ matrix.dependency-version }})

Expand Down

0 comments on commit ca09de3

Please sign in to comment.