Skip to content

Commit

Permalink
Drop tests on Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-ian committed Nov 25, 2024
1 parent 883fa27 commit b32b6b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3"]
include:
- ruby: "3.0"
gemfile: dev/gemfiles/ruby-3.0.x.gemfile
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
18 changes: 0 additions & 18 deletions dev/gemfiles/ruby-3.0.x.gemfile

This file was deleted.

0 comments on commit b32b6b3

Please sign in to comment.