Skip to content

Commit 5877ff7

Browse files
authored
Merge pull request juampi92#9 from juampi92/chore/upgrade-L10
Upgrade L10
2 parents 9f2d590 + 51f3914 commit 5877ff7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1, 8.2]
17-
phpunit: [^8.3, 9.*, 10.*]
17+
phpunit: [^8.5.23, 9.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
19+
exclude:
20+
- php: 8.0
21+
phpunit: 10.*
1922

2023
name: P${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }} - ${{ matrix.os }}
2124

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.0.2",
21-
"illuminate/macroable": "^7.0|^8.0|^9.0",
21+
"illuminate/macroable": "^7.0|^8.0|^9.0|^10.0",
2222
"phpunit/phpunit": "^8.3|^9.0|^10.0",
2323
"spatie/url": "^1.3.4|^2.0",
2424
"symfony/dom-crawler": "^5.4|^6.1"

0 commit comments

Comments
 (0)