Skip to content

Commit

Permalink
Exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kronthto committed Feb 27, 2023
1 parent 4bea8b1 commit 161090f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
laravel: [^8.0, ^9.0, ^10.0]
exclude:
- laravel: ^10.0
php-version: [7.4]
php-version: 7.4
- laravel: ^9.0
php-version: [7.4]
php-version: 7.4
- laravel: ^8.0
php-version: [8.1, 8.2]
php-version: 8.1
- laravel: ^8.0
php-version: 8.2

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 161090f

Please sign in to comment.