Skip to content

Commit

Permalink
Fix versions for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Aug 4, 2024
1 parent d3a169c commit c1bcc7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
ruby-version: 3.3
ruby-version: 3.2

- name: Check if version exists
id: checkversionexists
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gtfs (0.4.2)
gtfs (0.5.1)
multi_json
rake
rubyzip (~> 2.3)
Expand Down

0 comments on commit c1bcc7b

Please sign in to comment.