Skip to content

Commit

Permalink
Merge pull request #44 from tagliala/chore/improve-ci
Browse files Browse the repository at this point in the history
Improve CI
  • Loading branch information
adzap authored Feb 19, 2023
2 parents e4e8d37 + 1ef7c79 commit 1b93de9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", ruby-head, jruby-9.2, jruby-9.3, jruby-head]
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", jruby-9.2, jruby-9.3, jruby-9.4]
channel: ['stable']

include:
- ruby: 'ruby-head'
channel: 'experimental'

- ruby: 'jruby-head'
channel: 'experimental'

continue-on-error: ${{ matrix.channel != 'stable' }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'http://rubygems.org'
gemspec

gem 'activesupport', '~> 6.0.0'
gem 'debug'
gem 'debug', platforms: %i[mri mingw x64_mingw]
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Timeliness {<img src="https://travis-ci.org/adzap/timeliness.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/adzap/timeliness]
= Timeliness {rdoc-image:https://github.com/adzap/timeliness/actions/workflows/ci.yml/badge.svg?branch=master}[https://github.com/adzap/timeliness/actions/workflows/ci.yml]

* Source: https://github.com/adzap/timeliness
* Bugs: https://github.com/adzap/timeliness/issues
Expand Down

0 comments on commit 1b93de9

Please sign in to comment.