Skip to content

Commit

Permalink
Test odd exclude/include rules
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Aug 12, 2024
1 parent 39ddabf commit 269e6df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest
os: [ubuntu-latest, ubuntu-20.04]
laravel:
- 11.*
php:
- 8.2
- 8.3
dependency-version: [prefer-stable]
exclude:
- os: ubuntu-20.04
include:
- laravel: 10.*
php: 8.1
- os: ubuntu-20.04
laravel: 10.*
php: 8.1

name: ${{ matrix.os }}, PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} (${{ matrix.os }})

steps:
- name: Checkout code
Expand Down

0 comments on commit 269e6df

Please sign in to comment.