summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
AgeCommit message (Collapse)Author
2020-12-25Initial commit of experimentValery Piashchynski
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-12-21Finish redis pluginValery Piashchynski
2020-12-20Merge remote-tracking branch 'origin/2.0' into plugin/redisValery Piashchynski
# Conflicts: # go.sum # pkg/pipe/pipe_factory_test.go # pkg/pool/static_pool.go # plugins/rpc/plugin.go
2020-12-20Increase CI timeout to 60 minutesValery Piashchynski
2020-12-20Switch to the ubuntu 20.04 in CIValery Piashchynski
2020-12-20Remove reloadLiveAfterHTTPValery Piashchynski
2020-12-17Redis initial commitValery Piashchynski
2020-12-17Add some time to finish the tests 20->25 minutesValery Piashchynski
2020-12-17Now betterValery Piashchynski
2020-12-16Give more time to finish test with 3k filesValery Piashchynski
2020-12-16Add reload tests to the Makefile and CI. Update testsValery Piashchynski
2020-12-15Update reloader to support new containerValery Piashchynski
2020-12-15Typo in the testsValery Piashchynski
2020-12-15Fix races and update CI (remove codecov from windows)Valery Piashchynski
2020-12-15Tests fixedValery Piashchynski
2020-12-15Rotate portsValery Piashchynski
Remaster worker_watcher
2020-12-14Remove debug code, increase CI timeout to 30 minutesValery Piashchynski
2020-12-14Increase test timeoutValery Piashchynski
2020-12-14Update CI [windows support]Valery Piashchynski
2020-12-14Update workflowValery Piashchynski
2020-12-14Update workflowValery Piashchynski
2020-12-14Update windows supportValery Piashchynski
2020-12-14Add OS type to the build nameValery Piashchynski
2020-12-14Remove PHP from CI, add macos and windowsValery Piashchynski
2020-12-14update goridge in go.modValery Piashchynski
2020-12-10Update CI, correct directoryValery Piashchynski
2020-12-08Remove PHP 7.3 from RR 2.0 CIValery Piashchynski
2020-12-08Update golang tests in CIValery Piashchynski
2020-12-08GitHub actions updated, some PHP errors fixedparamtamtam
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` → `^1.0.1`) - `psr/http-message` (`^1.0` → `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` → `^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`