Skip to content

Commit

Permalink
Test on ruby 3.3 and ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
kanety committed Dec 26, 2023
1 parent 2b18d21 commit aa02295
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3]
gemfile: ['rails42', 'rails50', 'rails51', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71']
exclude:
- ruby: 2.3
Expand Down Expand Up @@ -61,6 +61,14 @@ jobs:
gemfile: rails51
- ruby: 3.2
gemfile: rails52
- ruby: 3.3
gemfile: rails42
- ruby: 3.3
gemfile: rails50
- ruby: 3.3
gemfile: rails51
- ruby: 3.3
gemfile: rails52

name: ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}

Expand Down

0 comments on commit aa02295

Please sign in to comment.