Skip to content

Commit

Permalink
up php version in validation step
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 14, 2024
1 parent cd93fad commit 10e5e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: setup_php
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 10e5e43

Please sign in to comment.