Skip to content

Commit

Permalink
Minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaksu committed Dec 20, 2020
1 parent d54c091 commit bd83786
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4, 7.3]
laravel: [8.*, 7.*, 6.*]
testbench: [4.*, 5.*, 6.*]
php: [8.0, 7.4]
laravel: [8.*]
testbench: [6.*]
stability: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
php: 7.3|7.4|8.0
- laravel: 7.*
testbench: 5.*
php: 7.3|7.4
- laravel: 6.*
testbench: 4.*
php: 7.3|7.4

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit bd83786

Please sign in to comment.