Skip to content

Commit e07b646

Browse files
author
Evgeniy Dzhumak
committed
feat: add support for laravel 11
1 parent aacaf85 commit e07b646

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest, macOS-latest]
11-
php-versions: ["8.1", "8.2"]
11+
php-versions: ["8.2", "8.3"]
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^8.1",
26+
"php": "^8.2",
2727
"ext-intl": "*",
2828
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": ">=9.0",
32-
"orchestra/testbench": ">=6.0",
31+
"phpunit/phpunit": "^9.0",
32+
"orchestra/testbench": "^6.0",
3333
"friendsofphp/php-cs-fixer": "^3.9",
3434
"brainmaestro/composer-git-hooks": "^2.8"
3535
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)