Skip to content

Commit 852b183

Browse files
committed
Use latest PHP version in workflows
1 parent 0ca62d3 commit 852b183

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Set up PHP environment
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '7.4'
24+
php-version: 'latest'
2525
extensions: mysql, zip, imagick
2626
coverage: none
27-
tools: composer:2.2
27+
tools: composer
2828
env:
2929
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

.github/workflows/update-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up PHP environment
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: '7.4'
32+
php-version: 'latest'
3333
env:
3434
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

0 commit comments

Comments
 (0)