Skip to content

Commit

Permalink
Test against latest Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed May 31, 2022
1 parent a4e7975 commit 31306fc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.6.9', '2.7.5', '3.0.3', '3.1.0']
ruby-version: ['2.6.10', '2.7.6', '3.0.4', '3.1.2']
gemfile: [am_5.2, am_6.0, am_6.1, am_7.0]
experimental: [false]

Expand Down Expand Up @@ -101,15 +101,15 @@ jobs:
gemfile: am_6.1
experimental: false

- ruby-version: '2.7.5'
- ruby-version: '2.7.6'
gemfile: am_edge
experimental: true

- ruby-version: '3.0.3'
- ruby-version: '3.0.4'
gemfile: am_edge
experimental: true

- ruby-version: '3.1.0'
- ruby-version: '3.1.2'
gemfile: am_edge
experimental: true

Expand All @@ -121,20 +121,20 @@ jobs:
experimental: true

exclude:
- ruby-version: '2.6.9'
- ruby-version: '2.6.10'
gemfile: am_7.0

- ruby-version: '2.7.5'
- ruby-version: '2.7.6'
gemfile: am_5.2

- ruby-version: '3.0.3'
- ruby-version: '3.0.4'
gemfile: am_5.2

- ruby-version: '3.1.0'
- ruby-version: '3.1.2'
gemfile: am_5.2
- ruby-version: '3.1.0'
- ruby-version: '3.1.2'
gemfile: am_6.0
- ruby-version: '3.1.0'
- ruby-version: '3.1.2'
gemfile: am_6.1

env:
Expand Down

0 comments on commit 31306fc

Please sign in to comment.