mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Drop Ruby 3.1 from CI
This commit is contained in:
parent
8ebe550777
commit
5e56271727
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue