Skip to content

Commit

Permalink
Bump PHAR compilation PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes authored and theofidry committed Apr 3, 2024
1 parent 0ebc1c1 commit bf88b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checksum-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.2"
extensions: mbstring, intl

- name: "Install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.2"
extensions: mbstring, intl

- name: "Install dependencies"
Expand Down

0 comments on commit bf88b27

Please sign in to comment.