Skip to content

Commit

Permalink
Simplify CI to Ruby 3.2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonewar committed Dec 5, 2023
1 parent 5731444 commit 20e6e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']
ruby-version: ['3.2']
ES_VERSION: ['5.6.15', '8.7.0']
include:
- ES_VERSION: '5.6.15'
Expand Down

0 comments on commit 20e6e71

Please sign in to comment.