Skip to content

Commit

Permalink
Add ruby-3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Jan 10, 2024
1 parent c91a1da commit 72af604
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2]
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2]
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand All @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2]
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand All @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2]
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand All @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2]
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 72af604

Please sign in to comment.