Skip to content

Commit

Permalink
Update Ruby version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Jan 7, 2025
1 parent 0812f63 commit cc1917f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['3.0', 3.1, 3.2]
ruby: [3.2, 3.3, 3.4]

name: >-
${{matrix.os}}, ${{matrix.ruby}}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-iPhoneSimulator/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
Gemfile.lock
# .ruby-version
# .ruby-gemset

Expand Down
35 changes: 0 additions & 35 deletions Gemfile.lock

This file was deleted.

0 comments on commit cc1917f

Please sign in to comment.