Skip to content

Commit

Permalink
chore: Remove end of lifed ruby and rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
micke committed Aug 10, 2024
1 parent 79326ec commit c1eaeb4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,8 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: [ activemodel5, activemodel6, activemodel7 ]
ruby: [2.5, 2.6, 2.7, "3.0", 3.1]
exclude:
- gemfile: activemodel7
ruby: 2.5
- gemfile: activemodel7
ruby: 2.6
- gemfile: activemodel5
ruby: "3.0"
- gemfile: activemodel5
ruby: 3.1
gemfile: [ activemodel6, activemodel7 ]
ruby: [3.1, 3.2, 3.3]
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/activemodel3.gemfile

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/activemodel4.gemfile

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/activemodel5.gemfile

This file was deleted.

0 comments on commit c1eaeb4

Please sign in to comment.