Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDey12 committed Jun 16, 2024
1 parent 0cd0600 commit 652776f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1]
dependency-version: [prefer-lowest, prefer-stable]

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

steps:

Expand All @@ -35,7 +34,7 @@ jobs:
coverage: pcov

- name: Install Composer dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
run: composer install --no-interaction --prefer-dist

- name: Coding Style Checks
run: composer test:lint
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-type-coverage": "^2.8.2",
"phpstan/phpstan": "^1.11.4",
"phpstan/phpstan": "^1.11.3",
"rector/rector": "^1.1.0",
"symfony/var-dumper": "^6.1|^7.0"
},
Expand Down

0 comments on commit 652776f

Please sign in to comment.