Skip to content

Commit 237335d

Browse files
committed
ci: Only test on PHP 7.4.
1 parent 5bcbe38 commit 237335d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
17-
php-versions: ['7.2', '7.3', '7.4']
17+
php-versions: ['7.4']
1818

1919
steps:
2020
- name: Set git to use LF
@@ -57,7 +57,7 @@ jobs:
5757
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
5858

5959
- name: Send PSALM data
60-
run: vendor/bin/psalm --shepherd --stats
60+
run: vendor/bin/psalm --shepherd --stats src/
6161
continue-on-error: true
6262

6363
- name: Send Scrutinizer data

0 commit comments

Comments
 (0)