Skip to content

Commit

Permalink
update excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
aozisik committed Jun 7, 2023
1 parent b823751 commit c514adf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
php: 7.4
- laravel: 10.*
statamic: 3.*
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 8.0
dependency-version: [prefer-stable]

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

steps:
- name: Checkout code
Expand Down

0 comments on commit c514adf

Please sign in to comment.