Skip to content

Commit

Permalink
Merge pull request #276 from webmachine/ruby-3.3
Browse files Browse the repository at this point in the history
CI: add Ruby 3.3 to the test matrix
  • Loading branch information
seancribbs authored Feb 19, 2024
2 parents 45d7513 + 8afa76f commit f336860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2"]
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
experimental: [false]
include:
- ruby_version: "ruby-head"
experimental: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
Expand Down

0 comments on commit f336860

Please sign in to comment.