We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e0575 commit 09a84c2Copy full SHA for 09a84c2
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
name: Test against Ruby ${{ matrix.ruby }} / ActiveModel ${{ matrix.activerecord }}
42
43
steps:
44
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
45
- name: Set up Ruby
46
uses: ruby/setup-ruby@v1
47
with:
.gitignore
@@ -21,6 +21,7 @@ tmp
21
*.a
22
mkmf.log
23
spec/db/*
24
+.tool-versions
25
26
# rspec failure tracking
27
.rspec_status
0 commit comments