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:
matrix:
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:
jobs:
- rubocop
- test:
matrix:
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:
- schedule:
cron: "0 13 * * 6"