Skip to content

Commit 8477141

Browse files
committed
🔧 bump to remove deprecation warnings
1 parent 028867d commit 8477141

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-bacon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: xdebug
2424
ini-values: error_reporting=E_ALL
2525

26-
- uses: ramsey/composer-install@v2
26+
- uses: ramsey/composer-install@v3
2727

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

.github/workflows/test-endroid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: xdebug
2424
ini-values: error_reporting=E_ALL
2525

26-
- uses: ramsey/composer-install@v2
26+
- uses: ramsey/composer-install@v3
2727

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
coverage: xdebug
2323
ini-values: error_reporting=E_ALL
2424

25-
- uses: ramsey/composer-install@v2
25+
- uses: ramsey/composer-install@v3
2626

2727
- run: composer lint-ci
2828
- run: composer phpstan

0 commit comments

Comments
 (0)