Skip to content

Commit

Permalink
Update Ruby version in github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan authored and rosa committed Sep 2, 2024
1 parent 1ae0395 commit a17a08b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [3.2.2]
ruby-version: [3.3.4]
database: [mysql, postgres, sqlite]
services:
mysql:
Expand All @@ -42,7 +42,7 @@ jobs:
TARGET_DB: ${{ matrix.database }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a17a08b

Please sign in to comment.