Skip to content

Commit 3d07451

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 f1912ed commit 3d07451

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup PHP
5252
uses: shivammathur/setup-php@v2
5353
with:
54-
php-version: 8.1
54+
php-version: 8.2
5555
extensions: exif, phar, openssl, sodium
5656
coverage: none
5757
ini-values: phar.readonly=Off, error_reporting=-1, display_errors=On, zend.assertions=1

0 commit comments

Comments
 (0)