Skip to content

Commit

Permalink
Add Support to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
llorensjj committed Apr 12, 2024
1 parent 9aec7a8 commit 1ef3a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: vendor
key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-php-8.3
${{ runner.os }}-php-8.3-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
composer dump
- name: Run test phpunit
run: vendor/bin/phpunit --stop-on-error --stop-on-failure
run: composer test

0 comments on commit 1ef3a6a

Please sign in to comment.