1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Update Ruby version and Node action for CI

This commit is contained in:
Philipp Fischbeck 2021-05-20 09:53:13 +02:00
parent 66a6fc6499
commit 309c90820c

View File

@ -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