Skip to content

Commit

Permalink
Adding support for PHP 8.0 for our CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis committed Mar 20, 2024
1 parent a79deec commit e6967bf
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 @@ -15,7 +15,7 @@ jobs:
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=10
strategy:
matrix:
php-versions: ['8.2', '8.3', '8.4']
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
wp-versions: ['master', '6.4.3', '6.3.3', '6.2.4', '6.1.5']
env:
DB_NAME: 'wp-test'
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<rule ref="PHPCompatibility">
</rule>
<config name="testVersion" value="8.2-"/>
<config name="testVersion" value="8.0-"/>

<!-- Use WordPress as the basis of our ruleset -->
<rule ref="WordPress">
Expand Down

0 comments on commit e6967bf

Please sign in to comment.