summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorparamtamtam <[email protected]>2020-12-08 16:36:50 +0500
committerparamtamtam <[email protected]>2020-12-08 17:18:24 +0500
commit9e583a601e393c4dccdddc2fd6e24e40397bd641 (patch)
treeddbd2354222a476a34350a59dff103f7a97b083a /Makefile
parenta60d0523c1afb6c1983b522d1477b8ef319d5b99 (diff)
GitHub actions updated, some PHP errors fixed
This PR contains: - Ci actions (build) refactoring - Little `Makefile` fix (my mistake in previous PR) - Updated minimal required versions of composer packages: - `psr/http-factory` (`^1.0` &rarr; `^1.0.1`) - `psr/http-message` (`^1.0` &rarr; `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` &rarr; `^1.3.6`) - Tests using minimal and maximal composer package versions - Disabling `checkMissingIterableValueType` in `phpstan.neon.dist` - Some typos (wrong class namespaces and annotations) in PHP files :warning: - One improvement in `HttpClient::respond` method (variable type hint overriding fixed) - Added packages testing on CI: - `./service/gzip` - `./service/reload`
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb1e1975..9ad158ba 100755
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ uninstall: ## Uninstall locally installed RR
rm -f /usr/local/bin/rr
test: ## Run application tests
+ test -d ./vendor_php || composer update --prefer-dist --ansi
go test -v -race -cover
go test -v -race -cover ./util
go test -v -race -cover ./service