Skip to content

Commit 12349c3

Browse files
authored
Merge pull request #182 from OpenGeoMetadata/update-ruby-versions
Drop support for EOL ruby 3.1, test on 3.4
2 parents 15bbd84 + 0021c7c commit 12349c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Ruby and install dependencies
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.1
13+
ruby-version: 3.2
1414
bundler-cache: true
1515
- name: Run linter
1616
run: bundle exec rubocop
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby: [3.1, 3.2, 3.3]
22+
ruby: [3.2, 3.3, 3.4]
2323
faraday_version: ['', '~> 1.0'] # Defaults to whatever's the most recent version.
2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)