From 23b9da6b1cb94014497ae2724668594cfb9a85fe Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 20 Jan 2020 18:51:55 +0100 Subject: [PATCH] DEV: Fix the CI workflow See: https://github.com/actions/setup-ruby/pull/52 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce246dc12e8..c02b8d19471 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: build_types: [ 'BACKEND', 'FRONTEND', 'LINT' ] target: [ 'PLUGINS', 'CORE' ] os: [ ubuntu-latest ] - ruby: [ '2.6.3' ] + ruby: [ '2.6' ] postgres: [ '10' ] redis: [ '4.x' ]