Skip to content

Commit

Permalink
Test against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Feb 15, 2024
1 parent 9ab310f commit e7ed3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI
on:
push:
# Avoid duplicate builds on PRs.
branches:
- main
# branches:
# - main
pull_request:

permissions:
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-22.04
env:
HATCHET_APP_LIMIT: 100
Expand Down

0 comments on commit e7ed3b0

Please sign in to comment.