Skip to content

Commit

Permalink
Fix pipeline and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KKSzymanowski committed Feb 19, 2023
1 parent 9940bac commit f3ce07c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
matrix:
php: [8.0, 8.1]
stability: [prefer-lowest, prefer-stable]
laravel: ['^9.0', '^10.0']
exclude:
- php: 8.0
laravel: '^10.0'

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.laravel }}

steps:
- name: Checkout code
Expand All @@ -31,7 +35,7 @@ jobs:
coverage: none

- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --with laravel/framework:${{ matrix.laravel }}

- name: Execute tests
run: vendor/bin/phpunit --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Laravel | Laratrust
:---------|:----------
9.x | [7.x](https://laratrust.santigarcor.me/docs/7.x/)
9.x-10x | [7.x](https://laratrust.santigarcor.me/docs/7.x/)
8.x | [6.x](https://laratrust.santigarcor.me/docs/6.x/)
7.x | [6.x](https://laratrust.santigarcor.me/docs/6.x/)
6.x | [6.x](https://laratrust.santigarcor.me/docs/6.x/)
Expand Down

0 comments on commit f3ce07c

Please sign in to comment.