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

Merge pull request #217 from projekteuler/ruby-3.0

Update Ruby version and Node action for CI
This commit is contained in:
Philipp Fischbeck 2021-05-20 10:01:31 +02:00 committed by GitHub
commit 87cdfccc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
ruby: ['2.5', '2.6', '2.7'] ruby: ['2.6', '2.7', '3.0']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }} - name: Set up Ruby ${{ matrix.ruby }}
@ -17,7 +17,7 @@ jobs:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler-cache: true bundler-cache: true
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v2-beta uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '14'
- name: Install dependencies - name: Install dependencies