Skip to content

Commit

Permalink
Merge pull request #7 from YuriiDorosh/features/github-workflows
Browse files Browse the repository at this point in the history
FIX: code-format-check(PHP 8.0 -> PHP 8.1)
  • Loading branch information
YuriiDorosh authored Mar 9, 2024
2 parents 4abb00f + c126bf2 commit b64ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring

- name: Install Composer dependencies
Expand Down

0 comments on commit b64ae7a

Please sign in to comment.