We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17127d4 commit d5c0524Copy full SHA for d5c0524
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- ruby: ['3.2.0', '3.3.0', '3.4.0']
+ ruby: ['3.2', '3.3', '3.4']
14
rails: ['7.1.0', '7.2.0']
15
activeadmin: ['3.2.0', '3.3.0']
16
env:
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v4
32
- uses: ruby/setup-ruby@v1
33
with:
34
- ruby-version: '3.4.0'
+ ruby-version: '3.4'
35
bundler-cache: true
36
- name: Run tests with coverage
37
run: bundle exec rspec spec
0 commit comments