Skip to content

Commit

Permalink
🔧 bump to remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Apr 19, 2024
1 parent 028867d commit 8477141
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-bacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: xdebug
ini-values: error_reporting=E_ALL

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3

- run: composer require bacon/bacon-qr-code:${{ matrix.bacon-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-endroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: xdebug
ini-values: error_reporting=E_ALL

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3

- run: composer require endroid/qrcode:${{ matrix.endroid-version }} -W

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: xdebug
ini-values: error_reporting=E_ALL

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3

- run: composer lint-ci
- run: composer phpstan
Expand Down

0 comments on commit 8477141

Please sign in to comment.