Skip to content

Commit

Permalink
Merge pull request #281 from newfold-labs/hotfix/lint-workflow
Browse files Browse the repository at this point in the history
Bump PHP to 8.1 in Lint Workflow
arunshenoy99 authored Aug 8, 2023
2 parents 9866c4b + 070609e commit 962927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check-php.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
coverage: none
tools: composer, cs2pr

0 comments on commit 962927d

Please sign in to comment.