Skip to content

Commit

Permalink
Merge pull request #340 from petergoldstein/bugfix/unquoted_3_in_gith…
Browse files Browse the repository at this point in the history
…ub_actions
  • Loading branch information
okuramasafumi authored Sep 12, 2023
2 parents 8708686 + 1bff0cb commit fb89187
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.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, windows-latest, macos-latest]
ruby: [3.0, 3.1, 3.2, head, jruby, truffleruby]
ruby: ['3.0', 3.1, 3.2, head, jruby, truffleruby]
gemfile: [all, without_active_support, without_oj]
exclude:
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, 3.0, 3.1]
ruby: ['3.0', 3.1, 3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions lib/alba/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -525,5 +525,3 @@ def prefer_object_method!
Serializer = Resource
public_constant :Serializer
end


0 comments on commit fb89187

Please sign in to comment.