Skip to content

Commit 94af079

Browse files
De-quote 3.1
1 parent 0b3c744 commit 94af079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
# Edge Rails (7.1) builds >= 2.7
20-
- ruby: '3.1'
20+
- ruby: 3.1
2121
allow_failure: true
2222
env:
2323
RAILS_VERSION: 'main'
@@ -42,7 +42,7 @@ jobs:
4242
RAILS_VERSION: '~> 7.0.0'
4343

4444
# Rails 6.1 builds >= 2.5
45-
- ruby: '3.1'
45+
- ruby: 3.1
4646
env:
4747
RAILS_VERSION: '~> 6.1.0'
4848
- ruby: '3.0'

0 commit comments

Comments
 (0)