Skip to content

Commit

Permalink
Fix GitHub workflow branch names and php version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Oct 12, 2023
1 parent eef91b7 commit 2db92df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:

push:
branches:
- 'release*/[0-9]+.[0-9]+'
- 'development*/[0-9]+.[0-9]+'
- 'main'

paths:
- '**.php'
Expand All @@ -27,5 +26,5 @@ jobs:
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
with:
PHP_MATRIX: '["8.0", "8.1"]'
PHP_MATRIX: '["8.0", "8.1", "8.2"]'
PHPUNIT_ARGS: '--no-coverage --testsuite=unit'
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="colors"/>
<arg name="extensions" value="php,inc" />

<config name="testVersion" value="7.4-"/>
<config name="testVersion" value="8.0-"/>
<config name="text_domain" value="gutenberg-versions-manager"/>
<config name="ignore_warnings_on_exit" value="1"/>

Expand Down

0 comments on commit 2db92df

Please sign in to comment.