Skip to content

Commit

Permalink
Update GitHub action to use PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smulvih2 committed May 11, 2024
1 parent 1d692f6 commit aad0e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/9.2.x_cinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Check if composer.json exists
id: check_files
Expand Down

0 comments on commit aad0e02

Please sign in to comment.