Skip to content

Commit

Permalink
Add Ruby 3.4 to CI (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Dec 28, 2024
1 parent 353a5c1 commit 2200124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
ruby-version:
- head
- '3.4'
- '3.3'
- '3.2'
- '3.1'
Expand All @@ -19,7 +20,7 @@ jobs:
- '2.6'
- jruby-9.3
- jruby-9.4
memcached-version: ['1.5.22', '1.6.23']
memcached-version: ['1.5.22', '1.6.34']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2200124

Please sign in to comment.