Skip to content

Commit 18aaf03

Browse files
authored
CI: Drop EOL Ruby versions, add Ruby 3.4
1 parent 37545f4 commit 18aaf03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
14+
ruby: [ '3.2', '3.3', '3.4' ]
1515
rails: [ '6.1', '7.0' ]
1616

1717
name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
1818
env:
1919
BUNDLE_GEMFILE: gemfiles/Gemfile-activemodel-${{ matrix.rails }}.x
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)