Skip to content

Commit

Permalink
Stop testing 3.0
Browse files Browse the repository at this point in the history
This is failing my security tests

```
Confidence: High
Category: Unmaintained Dependency
Check: EOLRuby
Message: Support for Ruby 3.0.7 ended on 2024-03-31
File: Gemfile.lock
Line: 1502
```
  • Loading branch information
kbrock committed Sep 26, 2024
1 parent 2129ca5 commit 21f47bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby ">3.0.1", "<3.4.0"
ruby ">3.1.0", "<3.4.0"

source 'https://rubygems.org'

Expand Down

0 comments on commit 21f47bf

Please sign in to comment.