Skip to content

Commit de80438

Browse files
committed
Add 1.9.2 to GHA
1 parent 3ad715f commit de80438

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
tag: rspec/ci:2.0.0
7979
- version: "1.9.3"
8080
tag: rspec/ci:1.9.3
81+
- version: "1.9.2"
82+
tag: rspec/ci:1.9.2
83+
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
8184
- version: "REE"
8285
tag: rspec/ci:ree
8386
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"

ci/.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1313
script: "script/run_build"
1414
rvm:
1515
- 1.8.7
16-
- 1.9.2
1716
matrix:
1817
fast_finish: true
1918
branches:

0 commit comments

Comments
 (0)