Skip to content

Commit e071dbd

Browse files
authored
drop old versions (#25)
1 parent 56668da commit e071dbd

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tests
33
on:
44
push:
55
branches:
6-
- **
6+
- *
77
pull_request:
88
types:
99
- ready_for_review
@@ -17,11 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [8.1, 8.2]
21-
laravel: ['10.*', '11.*']
22-
exclude:
23-
- laravel: 11.*
24-
php: 8.1
20+
php: [8.2, 8.3, 8.4]
21+
laravel: ['12.*']
2522

2623
name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
2724

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.1",
26-
"illuminate/support": "^10.0|^11.0|^12.0",
25+
"php": "^8.2",
26+
"illuminate/support": "^12.0",
2727
"intervention/image": "^3.4",
28-
"illuminate/container": "^10.0|^11.0|^12.0",
29-
"illuminate/contracts": "^10.0|^11.0|^12.0",
28+
"illuminate/container": "^12.0",
29+
"illuminate/contracts": "^12.0",
3030
"ext-fileinfo": "*"
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "^8.0|^9.0|^10.0"
33+
"orchestra/testbench": "^10.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)