.github/workflows/test.yml in rabbit_messaging-0.13.0 vs .github/workflows/test.yml in rabbit_messaging-0.15.0
- old
+ new
@@ -32,10 +32,10 @@
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'umbrellio/rabbit_messaging'
strategy:
fail-fast: false
matrix:
- ruby: ["2.7", "3.0", "3.1", "3.2"]
+ ruby: ["3.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with: