Skip to content

Commit

Permalink
WIP: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed May 11, 2022
1 parent b9bf311 commit 0256cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
laravel: [9.*]
laravel: [8.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 8.*
testbench: ^6.0

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

Expand Down

0 comments on commit 0256cc7

Please sign in to comment.