Skip to content

Commit d5c0524

Browse files
committed
Fix Ruby versions in CI to use latest patches
1 parent 17127d4 commit d5c0524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: ['3.2.0', '3.3.0', '3.4.0']
13+
ruby: ['3.2', '3.3', '3.4']
1414
rails: ['7.1.0', '7.2.0']
1515
activeadmin: ['3.2.0', '3.3.0']
1616
env:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: '3.4.0'
34+
ruby-version: '3.4'
3535
bundler-cache: true
3636
- name: Run tests with coverage
3737
run: bundle exec rspec spec

0 commit comments

Comments
 (0)