Skip to content

Commit

Permalink
update php 8.1 -> 8.2 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kamil committed Feb 7, 2024
1 parent 7f34fdc commit feecb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-node-
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: mbstring, bcmath, fileinfo, pdo_mysql
- name: Add Composer auth credentials (for Backpack Pro)
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-composer-
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- name: Add Composer auth credentials (for Backpack Pro)
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
- run: composer install --no-progress --no-interaction --no-dev
Expand Down

0 comments on commit feecb16

Please sign in to comment.