From c5afe7531ad8b222b4637959ccd22cd8dedb7700 Mon Sep 17 00:00:00 2001 From: Wanderson Policarpo Date: Tue, 6 Apr 2021 17:26:22 +0100 Subject: [PATCH] Update CI matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530905f12..d319a5a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.5.8, 2.6.6, 2.7.2, 3.0.0] + ruby: [2.5.9, 2.6.7, 2.7.3, 3.0.1] steps: - name: Checkout code @@ -29,4 +29,4 @@ jobs: run: docker-compose build --build-arg TARGET_VERSION=${{ matrix.ruby }} - name: Run tests - run: docker-compose run ci \ No newline at end of file + run: docker-compose run ci