Skip to content

Commit

Permalink
ci: Only test on PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 10, 2021
1 parent 5bcbe38 commit 237335d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.4']

steps:
- name: Set git to use LF
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

- name: Send PSALM data
run: vendor/bin/psalm --shepherd --stats
run: vendor/bin/psalm --shepherd --stats src/
continue-on-error: true

- name: Send Scrutinizer data
Expand Down

0 comments on commit 237335d

Please sign in to comment.