Skip to content

Commit

Permalink
Merge pull request #9 from juampi92/chore/upgrade-L10
Browse files Browse the repository at this point in the history
Upgrade L10
  • Loading branch information
juampi92 authored Mar 16, 2023
2 parents 9f2d590 + 51f3914 commit 5877ff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2]
phpunit: [^8.3, 9.*, 10.*]
phpunit: [^8.5.23, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.0
phpunit: 10.*

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5877ff7

Please sign in to comment.