Skip to content

Commit

Permalink
Merge pull request #13 from anayarojo/feature/laravel-11-support
Browse files Browse the repository at this point in the history
Feature/laravel 11 support
  • Loading branch information
anayarojo authored Mar 19, 2024
2 parents a93e04a + 02b0b88 commit 96e0f3c
Show file tree
Hide file tree
Showing 3 changed files with 1,043 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
env:
PHP_VERSION: ${{ matrix.php-versions }}
name: PHP ${{ matrix.php-versions }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: composer install --prefer-dist --no-interaction

- name: Tests Coverage
run: vendor/bin/phpunit --coverage-clover=coverage.xml
run: vendor/bin/phpunit --bootstrap ./vendor/autoload.php --coverage-clover=coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
Loading

0 comments on commit 96e0f3c

Please sign in to comment.