Skip to content

Commit 8a3dbd8

Browse files
authored
Merge pull request #45 from xalaida/l12
L12
2 parents 3dcd599 + 265a48f commit 8a3dbd8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
dependencies: laravel/framework:^11.0
2525
prefer_lowest: 0
2626

27+
- php: 8.2
28+
dependencies: laravel/framework:^12.0
29+
prefer_lowest: 0
30+
2731
runs-on: ubuntu-latest
2832

2933
env:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"require": {
2323
"php": "^7.3|^8.0",
2424
"ext-zip": "*",
25-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0",
25+
"laravel/framework": ">=8.0",
2626
"nevadskiy/downloader": "^0.4.0",
2727
"league/csv": "^9.7"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^9.0|^10.5",
31-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
30+
"phpunit/phpunit": "^9.0|^10.5|^11.5",
31+
"orchestra/testbench": ">=6.0",
3232
"friendsofphp/php-cs-fixer": "^3.0",
33-
"nevadskiy/laravel-translatable": "^0.8|^0.9"
33+
"nevadskiy/laravel-translatable": "^0.8|^0.9|^0.10"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)