Skip to content

Commit a17a08b

Browse files
akhilgkrishnanrosa
authored andcommitted
Update Ruby version in github action test
1 parent 1ae0395 commit a17a08b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Setup Ruby and install gems
1212
uses: ruby/setup-ruby@v1
1313
with:
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ruby-version: [3.2.2]
25+
ruby-version: [3.3.4]
2626
database: [mysql, postgres, sqlite]
2727
services:
2828
mysql:
@@ -42,7 +42,7 @@ jobs:
4242
TARGET_DB: ${{ matrix.database }}
4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Setup Ruby and install gems
4747
uses: ruby/setup-ruby@v1
4848
with:

0 commit comments

Comments
 (0)