Skip to content

Commit 7e2edd2

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: update PHP version for PHAR boxing
Looks like Box silently dropped support for PHP 8.1. Upgrading the version on which Box is run to 8.2 should fix this. The resulting PHAR files should still work fine on PHP < 8.2. Ref: https://github.com/box-project/box/releases Note: this commit will need to be back-ported to the `master` branch to get passing builds there again too.
1 parent 539292f commit 7e2edd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup PHP
2929
uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: 8.1
31+
php-version: 8.2
3232
extensions: exif, phar, openssl, sodium
3333
coverage: none
3434
ini-values: phar.readonly=Off, error_reporting=-1, display_errors=On, zend.assertions=1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup PHP
5656
uses: shivammathur/setup-php@v2
5757
with:
58-
php-version: 8.1
58+
php-version: 8.2
5959
extensions: exif, phar, openssl, sodium
6060
coverage: none
6161
ini-values: phar.readonly=Off, error_reporting=-1, display_errors=On, zend.assertions=1

0 commit comments

Comments
 (0)