Skip to content

Commit

Permalink
Add older already EOLed but still widely used Rubies to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Aug 30, 2021
1 parent df2d9f5 commit 889ccf1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Tests

on:
pull_request:
Expand All @@ -10,16 +10,18 @@ on:

jobs:
test:
name: "Run tests"
name: "Ruby ${{ matrix.ruby }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.0
- ruby: 2.7
- ruby: 2.6
- ruby: 2.5
- ruby: "3.0"
- ruby: "2.7"
- ruby: "2.6"
- ruby: "2.5"
- ruby: "2.4"
- ruby: "2.3"
container:
image: ruby:${{ matrix.ruby }}
env:
Expand Down

0 comments on commit 889ccf1

Please sign in to comment.