Drop Ruby 3.1 from CI

This commit is contained in:
Sami Samhuri 2026-01-01 16:27:06 -08:00
parent 8ebe550777
commit 5e56271727
No known key found for this signature in database

View file

@ -65,14 +65,14 @@ workflows:
- test: - test:
matrix: matrix:
parameters: parameters:
version: ["3.1.6", "3.2.6", "3.3.6", "3.4.1"] version: ["3.2.6", "3.3.6", "3.4.1"]
cron-workflow: cron-workflow:
jobs: jobs:
- rubocop - rubocop
- test: - test:
matrix: matrix:
parameters: parameters:
version: ["3.1.6", "3.2.6", "3.3.6", "3.4.1"] version: ["3.2.6", "3.3.6", "3.4.1"]
triggers: triggers:
- schedule: - schedule:
cron: "0 13 * * 6" cron: "0 13 * * 6"