mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Update Ruby versions to 3.1.5, 3.2.4, 3.3.1, and Bundler to 2.5.11
This commit is contained in:
parent
2edc7d4877
commit
5ed9ebd988
3 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ executors:
|
|||
parameters:
|
||||
version:
|
||||
description: "Ruby version number"
|
||||
default: "3.3.0"
|
||||
default: "3.3.1"
|
||||
type: string
|
||||
docker:
|
||||
- image: cimg/ruby:<< parameters.version >>
|
||||
|
|
@ -15,7 +15,7 @@ commands:
|
|||
parameters:
|
||||
version:
|
||||
description: "Ruby version number"
|
||||
default: "3.3.0"
|
||||
default: "3.3.1"
|
||||
type: string
|
||||
steps:
|
||||
- restore_cache:
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
parameters:
|
||||
version:
|
||||
description: "Ruby version number"
|
||||
default: "3.3.0"
|
||||
default: "3.3.1"
|
||||
type: string
|
||||
executor:
|
||||
name: ruby
|
||||
|
|
@ -65,14 +65,14 @@ workflows:
|
|||
- test:
|
||||
matrix:
|
||||
parameters:
|
||||
version: ["3.1.4", "3.2.3", "3.3.0"]
|
||||
version: ["3.1.5", "3.2.4", "3.3.1"]
|
||||
cron-workflow:
|
||||
jobs:
|
||||
- rubocop
|
||||
- test:
|
||||
matrix:
|
||||
parameters:
|
||||
version: ["3.1.4", "3.2.3", "3.3.0"]
|
||||
version: ["3.1.5", "3.2.4", "3.3.1"]
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 13 * * 6"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.3.0
|
||||
3.3.1
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ DEPENDENCIES
|
|||
wordexp!
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.7
|
||||
2.5.11
|
||||
|
|
|
|||
Loading…
Reference in a new issue