Skip to content

Commit db2ff58

Browse files
committed
Stop testing on Rails 6.0.6.
Fixes issue where test env cannot be loaded due to Psych alias parsing.
1 parent ec0760b commit db2ff58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby: [2.7.5, 3.0.6, 3.1.4, 3.2.2]
19-
rails: [6.0.6, 6.1.7, 7.0.4, 7.1.3, 7.2.1, 8.0.2]
19+
rails: [6.1.7, 7.0.4, 7.1.3, 7.2.1, 8.0.2]
2020
exclude:
21-
- ruby: 3.1.4
22-
rails: 6.0.6
23-
- ruby: 3.2.2
24-
rails: 6.0.6
2521
- ruby: 2.7.5
2622
rails: 7.1.3
2723
- ruby: 2.7.5

0 commit comments

Comments
 (0)