Skip to content

Commit

Permalink
GH Actions: running tests on PHP 7.4 one time
Browse files Browse the repository at this point in the history
PHP 7.4 is tested again in code coverage part. Is not needed test it
twice.
  • Loading branch information
grogy authored and jrfnl committed Feb 9, 2022
1 parent 4d39a98 commit aeb54c4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,18 @@ jobs:

strategy:
matrix:
php: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
# PHP 7.4 is tested in coverage section
- '8.0'
- '8.1'
experimental: [false]

include:
Expand Down

0 comments on commit aeb54c4

Please sign in to comment.