Skip to content

Commit

Permalink
Merge pull request #36 from y-yagi/ci-against-latest
Browse files Browse the repository at this point in the history
CI against Ruby 3.3
  • Loading branch information
y-yagi committed Jan 22, 2024
2 parents 518a02e + 420b1b5 commit 35945f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
ruby: [ "3.2", "3.1", "3.0" ]
ruby: [ "3.3", "3.2", "3.1", "3.0" ]
gemfile: [ "active_job_71.gemfile", "active_job_70.gemfile", "active_job_61.gemfile", "active_job_60.gemfile" ]

services:
Expand Down

0 comments on commit 35945f9

Please sign in to comment.