Skip to content

Commit 2f2ab17

Browse files
committed
Bump PHAR compilation PHP version
1 parent ca10350 commit 2f2ab17

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
@@ -77,7 +77,7 @@ jobs:
7777
uses: "shivammathur/setup-php@v2"
7878
with:
7979
coverage: "none"
80-
php-version: "8.1"
80+
php-version: "8.2"
8181
extensions: mbstring, intl
8282

8383
- 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)