Skip to content

Commit

Permalink
Set ruby-version in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 21, 2024
1 parent d4ebe0a commit 7f9bf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
# The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
ruby-version: '3.3'
bundler-cache: true
- name: Run a11y tests
run: |
Expand Down

0 comments on commit 7f9bf33

Please sign in to comment.