Skip to content

Commit

Permalink
refactor: Quote the php version
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 31, 2024
1 parent 45ff5e8 commit 04cd9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- uses: php-actions/composer@v6
with:
php_version: 8.2
php_version: "8.2"
php_extensions: ctype curl dom iconv imagick intl json mbstring openssl pcre pdo reflection spl zip
- run: ${{ matrix.actions.run }}

0 comments on commit 04cd9c7

Please sign in to comment.