Skip to content

Commit 6a626fb

Browse files
committed
change dependencies
1 parent 641c081 commit 6a626fb

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
php: [8.3, 8.2, 8.1]
19-
laravel: [10.*, 11.*]
18+
php: [8.3, 8.2]
19+
laravel: [11.*]
2020
stability: [prefer-stable]
21-
include:
22-
- laravel: 10.*
23-
testbench: 8.*
24-
- laravel: 11.*
25-
testbench: 9.*
26-
exclude:
27-
- laravel: 11.*
28-
php: 8.1
21+
testbench: [9.*]
2922

3023
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3124

.github/workflows/run-tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
php: [8.3, 8.2, 8.1]
22-
laravel: [10.*, 11.*]
21+
php: [8.3, 8.2]
22+
laravel: [11.*]
2323
stability: [prefer-stable]
24-
include:
25-
- laravel: 10.*
26-
testbench: 8.*
27-
- laravel: 11.*
28-
testbench: 9.*
29-
exclude:
30-
- laravel: 11.*
31-
php: 8.1
24+
testbench: [9.*]
3225

3326
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3427

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"homepage": "https://github.com/dutchcodingcompany/filament-socialite",
1111
"license": "MIT",
1212
"require": {
13-
"php": "^8.0",
14-
"livewire/livewire": "3.*"
13+
"php": "^8.2",
14+
"livewire/livewire": "^3.0"
1515
},
1616
"require-dev": {
1717
"friendsofphp/php-cs-fixer": "^3.8",
1818
"larastan/larastan": "^2.9",
19-
"orchestra/testbench": "^8.0|^9.0",
19+
"orchestra/testbench": "^9.0",
2020
"phpunit/phpunit": "^11.1"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)