Skip to content

Commit

Permalink
test with additional ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 18, 2024
1 parent f6a5490 commit 90e7c85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: runner / acceptance-tests
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2' ]
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2' ]
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2' ]
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
permissions:
contents: read

Expand Down

0 comments on commit 90e7c85

Please sign in to comment.