Skip to content

Commit

Permalink
🐛 Fixed Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
olsgreen committed May 23, 2021
1 parent 52e2eb7 commit a266f6e
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,30 @@ jobs:
scout: ["8.*", "9.*"]
dependency-version: [prefer-stable, prefer-lowest]
include:
- scout: ">=8.5"
- scout: "^9.0"
php: 8.0
dependency-version: prefer-stable
- scout: ">=8.5"
dependency-version: "prefer-lowest"
- scout: "^8.5"
php: 8.0
dependency-version: prefer-lowest
dependency-version: "prefer-lowest"
- scout: "^8.0"
php: 7.2
dependency-version: "prefer-lowest"
- scout: "^8.0"
php: 7.3
dependency-version: "prefer-lowest"
- scout: "^9.0"
php: 8.0
dependency-version: "prefer-stable"
- scout: "^8.5"
php: 8.0
dependency-version: "prefer-stable"
- scout: "^8.0"
php: 7.2
dependency-version: "prefer-stable"
- scout: "^8.0"
php: 7.3
dependency-version: "prefer-stable"

name: PHP ${{ matrix.php }} - Scout ${{ matrix.scout }} (${{ matrix.dependency-version }})

Expand Down

0 comments on commit a266f6e

Please sign in to comment.