From 309c90820cc9fa3d01020df96fa169a42ca138b3 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Thu, 20 May 2021 09:53:13 +0200 Subject: [PATCH] Update Ruby version and Node action for CI --- .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 aef906f..d3576b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.5', '2.6', '2.7'] + ruby: ['2.6', '2.7', '3.0'] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby }} @@ -17,7 +17,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Set up Node - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v2 with: node-version: '14' - name: Install dependencies