Skip to content

Commit

Permalink
Update Github Action config, remove Travis config
Browse files Browse the repository at this point in the history
Bump Ruby version in the Github Actions config.
Remove the Travis config as we are not using it.
Update the target version in Rubocop.
  • Loading branch information
VSpike committed Oct 14, 2024
1 parent e8bb732 commit 5621ffa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ '3.1' ]
ruby-version: [ '3.3.5' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
# Matches the minimum version in .travis.yml
TargetRubyVersion: 2.4
TargetRubyVersion: 3.3

Style/StringLiterals:
EnforcedStyle: "double_quotes"
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

0 comments on commit 5621ffa

Please sign in to comment.