Skip to content

Commit cfc8262

Browse files
committed
Update GitHub Actions workflow to use PHP 8.2
1 parent a74c2c6 commit cfc8262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup PHP
6161
uses: shivammathur/setup-php@v2
6262
with:
63-
php-version: "8.1"
63+
php-version: "8.2"
6464
extensions: json, curl
6565

6666
- name: Install dependencies

0 commit comments

Comments
 (0)