Skip to content

Commit

Permalink
Exclusions in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pecuchet committed Apr 7, 2023
1 parent ccd5076 commit fe4a997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
php: [ 8.0, 7.4 ]
laravel: [ "^8.0", "^7.0", "^6.0" ]
stability: [prefer-stable]
exclude:
- laravel: "^6.0"
php: 8.0

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

Expand Down

0 comments on commit fe4a997

Please sign in to comment.