Skip to content

Commit

Permalink
Fix php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymotey committed Sep 11, 2024
1 parent 671f7c0 commit 099dc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
COMPOSER: 'composer.json'
with:
php_version: '7.3'
php_version: '7.2'
version: 1

# Initialize Node.js
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#############################################################################
-->

<config name="testVersion" value="7.3-"/>
<config name="testVersion" value="7.2-"/>

<rule ref="PHPCompatibility">
<!-- Exclude false positives -->
Expand Down

0 comments on commit 099dc8e

Please sign in to comment.