Skip to content

Commit

Permalink
Drop ruby 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 032866e commit 23d6970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: lint
strategy:
matrix:
ruby-version: [2.7, 3.3, jruby]
ruby-version: [3.0, jruby]
env:
DISPLAY: ":0"
steps:
Expand All @@ -52,7 +52,7 @@ jobs:
needs: lint
strategy:
matrix:
ruby-version: [2.7, 3.3, jruby]
ruby-version: [3.0, jruby]
steps:
- uses: actions/checkout@v4
- name: Set up ffmpeg
Expand All @@ -74,7 +74,7 @@ jobs:
needs: lint
strategy:
matrix:
ruby-version: [2.7, 3.3]
ruby-version: [3.0]
steps:
- uses: actions/checkout@v4
- name: Set up ffmpeg
Expand Down

0 comments on commit 23d6970

Please sign in to comment.