Skip to content

Commit

Permalink
MAYBE LATER || GH Actions: reduce the number of builds
Browse files Browse the repository at this point in the history
As both PHPCS as well as PHPCSUtils are tested against all supported PHP versions, we may as well reduce our matrix a little and just run builds against the highest and lowest PHP version in each supported major.
  • Loading branch information
jrfnl committed Jun 17, 2022
1 parent 1fa9b62 commit 017c8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
continue-on-error: ${{ matrix.allowed_failure }}
strategy:
matrix:
php: [ '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4' ]
php: [ '8.1', '7.4', '7.0', '5.6', '5.4' ]
phpcs_version: [ 'dev-master', '3.7.0' ]
phpcsutils_version: [ 'dev-develop', '1.0.0' ]
allowed_failure: [ false ]
Expand Down

0 comments on commit 017c8c6

Please sign in to comment.