Skip to content

Commit f3226a5

Browse files
fix: update PHP version to 8.1 to match composer.json requirements (#732)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 62d3916 commit f3226a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-php-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.0'
24+
php-version: '8.1'
2525
extensions: mbstring, intl
2626
coverage: none
2727
tools: composer:v2
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup PHP
7171
uses: shivammathur/setup-php@v2
7272
with:
73-
php-version: '8.0'
73+
php-version: '8.1'
7474
extensions: mbstring, intl
7575
coverage: none
7676
tools: composer:v2

0 commit comments

Comments
 (0)