Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed committed Jun 16, 2021
1 parent 769cd3a commit 6307121
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
strategy:
matrix:
include:
- { os: ubuntu-latest , ruby: 2.5 }
- { os: ubuntu-latest , ruby: 2.6 }
- { os: ubuntu-latest , ruby: 2.7 }
- { os: ubuntu-latest , ruby: 3.0 }
- { os: ubuntu-latest , ruby: jruby, allow-failure: true }
- { os: ubuntu-latest , ruby: jruby-head, allow-failure: true }
- { os: ubuntu-latest , ruby: head, allow-failure: true }
- { os: ubuntu-latest, ruby: 2.5 }
- { os: ubuntu-latest, ruby: 2.6 }
- { os: ubuntu-latest, ruby: 2.7 }
- { os: ubuntu-latest, ruby: 3.0 }
- { os: ubuntu-latest, ruby: jruby, allow-failure: true }
- { os: ubuntu-latest, ruby: jruby-head, allow-failure: true }
- { os: ubuntu-latest, ruby: head, allow-failure: true }

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6307121

Please sign in to comment.