Skip to content

Commit

Permalink
Remove 7.1 test as we don’t support it officially
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Nov 15, 2023
1 parent 6fd408a commit e0c395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# - PHP 8.0 needs PHPCS 3.5.7+ to run without errors, and we require a higher minimum version.
# - PHP 8.1 needs PHPCS 3.6.1+ to run without errors, but works best with 3.7.1+, and we require at least this minimum version.
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
dependencies: ['stable']
name: "Test: PHP ${{ matrix.php }} - PHPCS"

Expand Down

0 comments on commit e0c395d

Please sign in to comment.