Skip to content

Commit

Permalink
Remove allow failures from stable ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza committed Jan 26, 2024
1 parent a5cc81c commit fb2035c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ jobs:
- ruby: 2.7
- ruby: "3.0" ### must be quoted otherwise will be treated as "3" which resolves to latest 3.x version
- ruby: 3.1
allow_failures: 'allow failures'
- ruby: 3.2
allow_failures: 'allow failures'
- ruby: 3.3
allow_failures: 'allow failures'
- ruby: head
allow_failures: 'allow failures'

- ruby: jruby-9.3
- ruby: jruby-9.4
allow_failures: 'allow failures'
- ruby: jruby-head
allow_failures: 'allow failures'
steps:
Expand Down

0 comments on commit fb2035c

Please sign in to comment.