Skip to content

Commit df6d18c

Browse files
authored
Merge 20a746d into 4f980df
2 parents 4f980df + 20a746d commit df6d18c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-versions: ['7.3', '7.4', '8.0']
32+
php-versions: ['7.4', '8.0']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-versions: ['7.3', '7.4', '8.0']
17+
php-versions: ['7.4', '8.0']
1818

1919
runs-on: ubuntu-latest
2020

.github/workflows/unused.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
5858

5959
- 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

0 commit comments

Comments
 (0)