We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f2d590 + 51f3914 commit 5877ff7Copy full SHA for 5877ff7
.github/workflows/run-tests.yml
@@ -14,8 +14,11 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.0, 8.1, 8.2]
17
- phpunit: [^8.3, 9.*, 10.*]
+ phpunit: [^8.5.23, 9.*, 10.*]
18
stability: [prefer-lowest, prefer-stable]
19
+ exclude:
20
+ - php: 8.0
21
+ phpunit: 10.*
22
23
name: P${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
composer.json
@@ -18,7 +18,7 @@
],
"require": {
"php": "^8.0.2",
- "illuminate/macroable": "^7.0|^8.0|^9.0",
+ "illuminate/macroable": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^8.3|^9.0|^10.0",
"spatie/url": "^1.3.4|^2.0",
"symfony/dom-crawler": "^5.4|^6.1"
0 commit comments