Skip to content

Commit

Permalink
Merge pull request #370 from tighten/drift/update-duster
Browse files Browse the repository at this point in the history
Update Duster to V3
  • Loading branch information
driftingly authored Nov 22, 2024
2 parents dc43abb + 67171d2 commit adee126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-duster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Duster"
uses: tighten/duster-action@v2
uses: tighten/duster-action@v3
with:
args: lint
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
- run: |
composer remove tightenco/duster --dev
composer update --prefer-${{ matrix.dependencies }} --prefer-dist --no-interaction
composer require illuminate/view:* --with-all-dependencies --no-interaction
- run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"phpunit/phpunit": "^9.6",
"spatie/ray": "^1.37",
"symfony/var-dumper": "^6.1",
"tightenco/duster": "^2.0"
"tightenco/duster": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit adee126

Please sign in to comment.