Skip to content

Commit

Permalink
Laravel 9 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschocke committed Apr 2, 2022
1 parent 9d977b5 commit 27ae71e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3]
laravel: [8.*, 7.*, 6.*]
php: [8.0]
laravel: [9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 9.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"homepage": "https://github.com/pschocke/telegramloginwidget",
"keywords": ["Laravel", "TelegramLoginWidget"],
"require": {
"illuminate/support": "~6|~7|~8"
"illuminate/support": "~9"
},
"require-dev": {
"phpunit/phpunit": "^9",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~5|~6",
"orchestra/testbench": "~7",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 27ae71e

Please sign in to comment.