Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Update run-tests.yml
  • Loading branch information
pascalbaljet committed Nov 25, 2020
commit 672cd982870379a0564f4193df559ac1bdd810e0
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*

name: P${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.framework }}

Expand Down