Skip to content

Commit

Permalink
ci: Add Ruby 3.3 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Feb 5, 2024
1 parent 81d281e commit 02e66b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [ main, 5-x-stable ]
pull_request:
branches: [ main ]
branches: [ main, 5-x-stable ]

env:
BUNDLE_WITHOUT: "development"
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
ruby: [ ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1, ruby-3.2 ]
ruby: [ ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3 ]
os: [ ubuntu-latest ]

steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -116,6 +116,7 @@ the following Ruby versions:
- Ruby 3.0
- Ruby 3.1
- Ruby 3.2
- Ruby 3.3

If something doesn't work on one of these versions, it's a bug.

Expand Down

0 comments on commit 02e66b0

Please sign in to comment.