Skip to content

Commit

Permalink
ci: Tests on PHP 7.4, 8.0 and 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Apr 14, 2022
1 parent 9b1ad4f commit 24e737e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 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.4']
php-versions: ['7.4', '8.0', '8.1']

steps:
- name: Set git to use LF
Expand Down Expand Up @@ -66,10 +66,3 @@ jobs:
run: |
vendor/bin/infection run -j 2
continue-on-error: true

- name: PHP Insights report
run: |
rm -rf composer.lock vendor
composer require nunomaduro/phpinsights --dev
vendor/bin/phpinsights analyse src/ -n
continue-on-error: true

0 comments on commit 24e737e

Please sign in to comment.