File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 88 - " phpunit.xml.dist"
99 - " composer.json"
1010 - " composer.lock"
11+ pull_request :
12+ paths :
13+ - " **.php"
14+ - " .github/workflows/run-tests.yml"
15+ - " phpunit.xml.dist"
16+ - " composer.json"
17+ - " composer.lock"
18+ workflow_dispatch :
1119
1220concurrency :
1321 group : ${{ github.workflow }}-${{ github.ref }}
2129 fail-fast : true
2230 matrix :
2331 os : [ubuntu-latest, windows-latest]
24- php : [8.4 ]
32+ php : [8.3, 8.4, 8.5 ]
2533 laravel : [12.*]
2634 stability : [prefer-lowest, prefer-stable]
2735
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.4 " ,
22+ "php" : " ^8.3 " ,
2323 "illuminate/contracts" : " ^12.0" ,
2424 "intervention/image-laravel" : " ^1.5" ,
2525 "spatie/laravel-package-tools" : " ^1.16"
You can’t perform that action at this time.
0 commit comments