Skip to content

Commit 534bb37

Browse files
committed
Bump PHAR compilation PHP version
1 parent 91e05a3 commit 534bb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: "shivammathur/setup-php@v2"
3636
with:
3737
coverage: "none"
38-
php-version: "8.1"
38+
php-version: "8.2"
3939
extensions: mbstring, intl
4040

4141
- name: "Install dependencies"
@@ -254,7 +254,7 @@ jobs:
254254
uses: "shivammathur/setup-php@v2"
255255
with:
256256
coverage: "none"
257-
php-version: "8.1"
257+
php-version: "8.2"
258258

259259
- name: "Install dependencies"
260260
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)