Skip to content

Commit e4ba94d

Browse files
Laravel 10.x Compatibility (#39)
1 parent 1915cfe commit e4ba94d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.0, 7.4, 7.3]
12+
php: [8.0, 7.4, 7.3, 8.1]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"require": {
55
"php": "^7.3|^7.4|^8.0",
66
"ext-intl": "*",
7-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0"
7+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^9.3.9",
11-
"orchestra/testbench": "^6.23|^7.0.0",
11+
"orchestra/testbench": "^6.23|^7.0.0|^8.0",
1212
"laravel/legacy-factories": "^1.3.0"
1313
},
1414
"license": "MIT",

0 commit comments

Comments
 (0)