From d68379e1416b6c7ee9fc018163618f485af46e69 Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 13 May 2025 15:33:29 +0530 Subject: [PATCH 1/3] chore: use latest version of rubocop --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index c97115b5f..7d4d043eb 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -32,7 +32,7 @@ jobs: # Excludes incompatible versions of ruby - name: Set up linter - run: bundle add rubocop --version "~> 1.24.1" --group "development" --skip-install + run: bundle add rubocop --group "development" --skip-install if: ${{ matrix.ruby != '2.4' }} - run: bundle install --with development From 9e330234954dcf1e938c0d829c34f0ac52c5aa94 Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 13 May 2025 15:40:40 +0530 Subject: [PATCH 2/3] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 7d4d043eb..273a4e664 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -32,7 +32,7 @@ jobs: # Excludes incompatible versions of ruby - name: Set up linter - run: bundle add rubocop --group "development" --skip-install + run: bundle add rubocop --version "~> 1.24.1" --group "development" --skip-install if: ${{ matrix.ruby != '2.4' }} - run: bundle install --with development @@ -40,7 +40,7 @@ jobs: - name: Run linter run: bundle exec rubocop -d --cache true --parallel - if: ${{ matrix.ruby != '2.4' }} + if: ${{ matrix.ruby != '2.4' && matrix.ruby != 'ruby-head'}} - name: Run Unit Tests run: make test From 94cd09aa502bc9ba79258c6995f23613a8f02e7b Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 13 May 2025 15:50:26 +0530 Subject: [PATCH 3/3] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 273a4e664..87139fd1d 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head', 'jruby-9.3', 'jruby-9.4' ] + ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ] steps: - name: Checkout twilio-ruby uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: - name: Run linter run: bundle exec rubocop -d --cache true --parallel - if: ${{ matrix.ruby != '2.4' && matrix.ruby != 'ruby-head'}} + if: ${{ matrix.ruby != '2.4'}} - name: Run Unit Tests run: make test pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy