Skip to content

Commit a51558e

Browse files
committed
Bump PHAR compilation PHP version
1 parent 94ddd1f commit a51558e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checksum-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: "shivammathur/setup-php@v2"
8181
with:
8282
coverage: "none"
83-
php-version: "8.1"
83+
php-version: "8.2"
8484
extensions: mbstring, intl
8585

8686
- name: "Install dependencies"

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: "shivammathur/setup-php@v2"
3535
with:
3636
coverage: "none"
37-
php-version: "8.1"
37+
php-version: "8.2"
3838
extensions: mbstring, intl
3939

4040
- name: "Install dependencies"

0 commit comments

Comments
 (0)