Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Mar 22, 2021
1 parent 3a257ab commit c7937dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on: push

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4]
laravel: [8.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
Expand Down

0 comments on commit c7937dd

Please sign in to comment.