Skip to content

Commit cf396ff

Browse files
authored
Merge pull request #64 from tanhongit/develop
Laravel 11.x Support
2 parents fc5cbd8 + 40b6b0c commit cf396ff

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Setup PHP
19-
uses: shivammathur/setup-php@2.26.0
19+
uses: shivammathur/setup-php@v2
2020
with:
2121
php-version: ${{ matrix.php }}
2222

.github/workflows/setup_test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ jobs:
1010
matrix:
1111
os: [ ubuntu-latest ]
1212
php: [ '8.1', '8.2', '8.3' ]
13-
laravel: [ 10.*, 9.* ]
13+
laravel: [ 11.*, 10.*, 9.* ]
1414
include:
15+
- laravel: 11.*
16+
testbench: 9.*
1517
- laravel: 10.*
1618
testbench: 8.*
1719
- laravel: 9.*
1820
testbench: 8.*
21+
exclude:
22+
- laravel: 11.*
23+
php: 8.1
1924
steps:
2025
- name: Setup PHP
2126
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"cslant/telegram-git-notifier": "^v1.3"
4141
},
4242
"require-dev": {
43-
"friendsofphp/php-cs-fixer": "^v3.37",
43+
"friendsofphp/php-cs-fixer": "^v3.0",
4444
"nunomaduro/collision": "^7.10",
45-
"nunomaduro/larastan": "^2.6",
46-
"orchestra/testbench": "^8.14",
47-
"pestphp/pest": "^2.24",
45+
"nunomaduro/larastan": "^2.9",
46+
"orchestra/testbench": "^8.0",
47+
"pestphp/pest": "^2.0",
4848
"phpstan/extension-installer": "^1.3",
4949
"phpstan/phpstan-deprecation-rules": "^1.1",
5050
"phpstan/phpstan-phpunit": "^1.3"

0 commit comments

Comments
 (0)