Skip to content

Commit 94cd09a

Browse files
Update test-and-deploy.yml
1 parent 9e33023 commit 94cd09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head', 'jruby-9.3', 'jruby-9.4' ]
20+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
2121
steps:
2222
- name: Checkout twilio-ruby
2323
uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Run linter
4242
run: bundle exec rubocop -d --cache true --parallel
43-
if: ${{ matrix.ruby != '2.4' && matrix.ruby != 'ruby-head'}}
43+
if: ${{ matrix.ruby != '2.4'}}
4444

4545
- name: Run Unit Tests
4646
run: make test

0 commit comments

Comments
 (0)