Skip to content

Commit

Permalink
build: box needs at least php 8.2 to build the phar
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 18, 2025
1 parent fca5fce commit 397f070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
tools: composer:2
php-version: "8.1"
php-version: "8.2"

- name: Build phar file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phar_build_and_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
tools: composer:2
php-version: '8.1'
php-version: '8.2'

- name: Checkout PR
uses: actions/[email protected]
Expand Down

0 comments on commit 397f070

Please sign in to comment.