Skip to content

Commit

Permalink
Fix deployment CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 27, 2023
1 parent 6d9e90a commit a00dc1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 3.3

# - name: Publish to GPR
# run: |
Expand Down

0 comments on commit a00dc1a

Please sign in to comment.