Skip to content

Commit

Permalink
Move Ruby version to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yulgolem committed Jan 27, 2021
1 parent 0859c5d commit 226d0e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
ruby: [ 2.7 ]
ruby: [ 2.6, 2.7 ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down Expand Up @@ -100,6 +100,11 @@ jobs:
- name: Give test coverage reporter executable permissions
run: chmod +x cc-test-reporter

- uses: actions/download-artifact@v1
with:
name: coverage-2.6
path: coverage

- uses: actions/download-artifact@v1
with:
name: coverage-2.7
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
2.6.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM internetee/ruby:2.7-buster
FROM internetee/ruby:2.6-buster

RUN mkdir -p /opt/webapps/app/tmp/pids
WORKDIR /opt/webapps/app
Expand Down

0 comments on commit 226d0e7

Please sign in to comment.