Skip to content

Commit

Permalink
change legacy container images
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jun 29, 2024
1 parent bca8a71 commit eebd247
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
container:
- ruby:1.9
- ruby:2.0
- rspec/ci:1.9.3
- rspec/ci:2.0.0
- ruby:2.1
- ruby:2.2
- ruby:2.3
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: which git || (apt update && apt -y install git)
- run: which sqlite3 || (apt update && apt -y install libsqlite3-dev)
- run: git init
- if: ${{ matrix.container >= 'ruby:1.9' && matrix.container < 'ruby:2.3' }}
run: |
Expand Down

0 comments on commit eebd247

Please sign in to comment.