Skip to content

Commit db7a08a

Browse files
committed
532: use newer PHP for static analysis
1 parent 902a0ce commit db7a08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
- name: Setup PHP
193193
uses: shivammathur/setup-php@v2
194194
with:
195-
php-version: 8.1
195+
php-version: 8.5
196196
extensions: intl, sodium, zip
197197
env:
198198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)