We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37545f4 commit 18aaf03Copy full SHA for 18aaf03
1 file changed
.github/workflows/main.yml
@@ -11,15 +11,15 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby: [ '3.0', '3.1', '3.2', '3.3' ]
+ ruby: [ '3.2', '3.3', '3.4' ]
15
rails: [ '6.1', '7.0' ]
16
17
name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
18
env:
19
BUNDLE_GEMFILE: gemfiles/Gemfile-activemodel-${{ matrix.rails }}.x
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
23
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@v1
0 commit comments