Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Feb 11, 2022
2 parents 90de689 + e0149fd commit c292462
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,35 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.2, 7.3, 7.4, 8.0]
laravel: [7.*, 8.*]
php: [7.2, 7.3, 7.4, 8.0, 8.1]
laravel: [7.*, 8.*, 9.*]
stability: [prefer-lowest, prefer-stable]
exclude:
- laravel: 7.*
stability: prefer-lowest
- laravel: 8.*
stability: prefer-lowest
- laravel: 9.*
stability: prefer-lowest
- laravel: 6.*
php: 8.1
- laravel: 7.*
php: 8.1
- laravel: 8.*
php: 7.2
- laravel: 9.*
php: 7.2
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.4
include:
- laravel: 7.*
testbench: 5.*
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion .php-cs-fixer.cache

This file was deleted.

5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
"require": {
"php": ">=7.1.0",
"facade/ignition-contracts": "^1.0",
"illuminate/support": "^7.0|^8.0"
"illuminate/support": "^7.0|^8.0|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.3|^9.0",
"vimeo/psalm": "^4.0"
},
Expand Down

0 comments on commit c292462

Please sign in to comment.