summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-05 16:59:51 +0300
committerValery Piashchynski <[email protected]>2020-11-05 16:59:51 +0300
commit2bc1be2aee88453197d33a19abb963cc52d88ef8 (patch)
tree622294012654d14df60d9f025b96ff039f45953c /.github
parent3759df801089973edb1116df69f310aaa2d703dc (diff)
Uncomment in CI composer analyze
Remove PHP 7.2, 7.3
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/ci-build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 28921a81..85d73214 100755
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [ 7.2, 7.3, 7.4 ]
+ php: [ 7.4 ]
go: [ 1.14, 1.15 ]
os: [ ubuntu-latest ]
env:
@@ -57,8 +57,8 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source
- # - name: Analyze PHP sources
- # run: composer analyze
+ - name: Analyze PHP sources
+ run: composer analyze
- name: Install Go dependencies
run: go mod download