mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Update to Ruby 3.3.0
This commit is contained in:
parent
1f9e4faa08
commit
680e6ab2ed
3 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ executors:
|
|||
parameters:
|
||||
version:
|
||||
description: "Ruby version number"
|
||||
default: "3.2.2"
|
||||
default: "3.3.0"
|
||||
type: string
|
||||
docker:
|
||||
- image: cimg/ruby:<< parameters.version >>
|
||||
|
|
@ -15,7 +15,7 @@ commands:
|
|||
parameters:
|
||||
version:
|
||||
description: "Ruby version number"
|
||||
default: "3.2.2"
|
||||
default: "3.3.0"
|
||||
type: string
|
||||
steps:
|
||||
- restore_cache:
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
parameters:
|
||||
version:
|
||||
description: "Ruby version number"
|
||||
default: "3.2.2"
|
||||
default: "3.3.0"
|
||||
type: string
|
||||
executor:
|
||||
name: ruby
|
||||
|
|
@ -65,14 +65,14 @@ workflows:
|
|||
- test:
|
||||
matrix:
|
||||
parameters:
|
||||
version: ["3.0.6", "3.1.4", "3.2.2"]
|
||||
version: ["3.1.4", "3.2.3", "3.3.0"]
|
||||
cron-workflow:
|
||||
jobs:
|
||||
- rubocop
|
||||
- test:
|
||||
matrix:
|
||||
parameters:
|
||||
version: ["3.0.6", "3.1.4", "3.2.2"]
|
||||
version: ["3.1.4", "3.2.3", "3.3.0"]
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 13 * * 6"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.2.2
|
||||
3.3.0
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ GEM
|
|||
racc
|
||||
racc (1.7.3)
|
||||
rainbow (3.1.1)
|
||||
rake (13.1.0)
|
||||
rake (13.2.0)
|
||||
rake-compiler (1.2.7)
|
||||
rake
|
||||
regexp_parser (2.9.0)
|
||||
|
|
@ -76,4 +76,4 @@ DEPENDENCIES
|
|||
wordexp!
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.20
|
||||
2.5.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue