Skip to content

Commit ee9fc29

Browse files
committed
wip
1 parent bf7ba43 commit ee9fc29

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.5, 8.4, 8.3, 8.2]
21-
laravel: [12.*, 11.*, 10.*]
21+
laravel: [12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: 10.*
25-
testbench: 8.*
2624
- laravel: 11.*
2725
testbench: 9.*
2826
- laravel: 12.*
29-
testbench: ^10.6
27+
testbench: 10.*
3028

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

@@ -49,7 +47,6 @@ jobs:
4947
- name: Setup problem matchers
5048
run: |
5149
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
52-
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5350
5451
- name: Install dependencies
5552
run: |

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": "^8.2",
2222
"ext-zip": "^1.14.0",
23-
"illuminate/console": "^10.10.0|^11.0|^12.0",
24-
"illuminate/contracts": "^10.10.0|^11.0|^12.0",
25-
"illuminate/events": "^10.10.0|^11.0|^12.0",
26-
"illuminate/filesystem": "^10.10.0|^11.0|^12.0",
27-
"illuminate/notifications": "^10.10.0|^11.0|^12.0",
28-
"illuminate/support": "^10.10.0|^11.0|^12.0",
23+
"illuminate/console": "^11.0|^12.0",
24+
"illuminate/contracts": "^11.0|^12.0",
25+
"illuminate/events": "^11.0|^12.0",
26+
"illuminate/filesystem": "^11.0|^12.0",
27+
"illuminate/notifications": "^11.0|^12.0",
28+
"illuminate/support": "^11.0|^12.0",
2929
"league/flysystem": "^3.0",
3030
"spatie/db-dumper": "^3.8",
3131
"spatie/laravel-package-tools": "^1.6.2",
@@ -41,8 +41,8 @@
4141
"laravel/slack-notification-channel": "^2.5|^3.0",
4242
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
4343
"mockery/mockery": "^1.4",
44-
"orchestra/testbench": "^8.0|^9.0|^10.0",
45-
"pestphp/pest": "^1.20|^2.0|^3.0|^4.0",
44+
"orchestra/testbench": "^9.0|^10.0",
45+
"pestphp/pest": "^4.0",
4646
"phpstan/extension-installer": "^1.1",
4747
"phpstan/phpstan-deprecation-rules": "^1.0",
4848
"phpstan/phpstan-phpunit": "^1.1",

0 commit comments

Comments
 (0)