Skip to content

Commit

Permalink
Update php version and laravel support for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Feb 26, 2024
1 parent df63afa commit da1d5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# These are supported funding model platforms
github: mckenziearts
github: [mckenziearts, shopperlabs]
7 changes: 1 addition & 6 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ jobs:
fail-fast: false
matrix:
php: [8.2, 8.1]
laravel: [10.*, 9.*]
laravel: [10.*]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit da1d5fa

Please sign in to comment.