File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- php-versions : ['7.3', '7. 4', '8.0']
32
+ php-versions : ['7.4', '8.0']
33
33
steps :
34
34
- name : Checkout
35
35
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 14
14
15
15
strategy :
16
16
matrix :
17
- php-versions : ['7.3', '7. 4', '8.0']
17
+ php-versions : ['7.4', '8.0']
18
18
19
19
runs-on : ubuntu-latest
20
20
Original file line number Diff line number Diff line change 57
57
COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH }}
58
58
59
59
- name : Detect unused packages
60
- run : composer-unused -vvv --profile --ansi --no-interaction --no-progress --excludePackage=php
60
+ run : composer-unused -vvv --profile --ansi --no-interaction --no-progress --excludePackage=php --excludePackage=tatter/alerts --excludePackage=tatter/assets
You can’t perform that action at this time.
0 commit comments