Skip to content

Commit

Permalink
remove ruby 2.0.0 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Jun 27, 2023
1 parent 2e3321a commit 9491eeb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
ruby-version: 2.2.10
- gemfile: gemfiles/rails32.gemfile
ruby-version: 2.1.9
- gemfile: gemfiles/rails31.gemfile
ruby-version: 2.0.0
- gemfile: gemfiles/rails30.gemfile
ruby-version: 2.0.0

steps:
- uses: actions/checkout@v2
Expand All @@ -68,21 +64,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}

- name: Setup Ruby 2.0.0
if: ${{ matrix.ruby-version == '2.0.0' }}
timeout-minutes: 15
run: |
sudo apt-get update -y
sudo apt-get install -y libssl1.0-dev
wget http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p648.tar.gz
tar xvfz ruby-2.0.0-p648.tar.gz
cd ruby-2.0.0-p648
./configure && make && sudo make install-nodoc
- name: Ruby 2.0.0, install bundler
if: ${{ matrix.ruby-version == '2.0.0' }}
run: sudo gem install bundler -v 1.17.3

- name: Rails 4.2 ensure bundler version
if: ${{ matrix.gemfile == 'gemfiles/rails42.gemfile' }}
run: |
Expand Down

0 comments on commit 9491eeb

Please sign in to comment.