From b3bbac618040d29a38e7ed660a3d61c836cbd649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:45:37 +0200 Subject: [PATCH] Update build-pull-request.yml --- .github/workflows/build-pull-request.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index c7cd934..ab36178 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -15,8 +15,7 @@ jobs: matrix: ruby-version: [ - '2.6', - '3.1', + '3.2.3' ] name: Ruby ${{ matrix.ruby-version }} steps: @@ -43,4 +42,4 @@ jobs: CHECKOUT_DEFAULT_OAUTH_ACCOUNTS_CLIENT_SECRET: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ACCOUNTS_CLIENT_SECRET }} CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_ID: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_ID }} CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_SECRET: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_SECRET }} - run: bundle exec rspec spec \ No newline at end of file + run: bundle exec rspec spec