Skip to content

Commit 37ba887

Browse files
committed
Bump PHAR compilation PHP version
1 parent a1f3a55 commit 37ba887

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"
@@ -250,7 +250,7 @@ jobs:
250250
uses: "shivammathur/setup-php@v2"
251251
with:
252252
coverage: "none"
253-
php-version: "8.1"
253+
php-version: "8.2"
254254

255255
- name: "Install dependencies"
256256
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)