Skip to content

Commit

Permalink
Cleanup CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Jun 23, 2024
1 parent 5f52cdd commit 7724758
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3']
rails: ['6.1', '7.0', '7.1']
exclude:
- ruby: 3.2
rails: 6

steps:
- uses: actions/checkout@v4
Expand All @@ -29,6 +26,5 @@ jobs:
rm -rf Gemfile.lock
sudo apt-get update
sudo apt-get install libsqlite3-dev
echo $RAILS_VERSION | grep -q '5' && export SQLITE3_VERSION='~> 1.3.6'
bundle
bundle exec rake

0 comments on commit 7724758

Please sign in to comment.