Skip to content

Commit

Permalink
only use rb 3.4 for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Dec 29, 2024
1 parent 14c430b commit 9b74b54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
language:
- ruby
- c
ruby: ['3.3', '3.4']
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
Expand All @@ -37,7 +36,7 @@ jobs:
uses: github/codeql-action/analyze@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
ruby-version: 3.4
bundler-cache: true
- name: "Run rufo code formatting checks"
run: |
Expand Down

0 comments on commit 9b74b54

Please sign in to comment.