Skip to content

Commit c86c056

Browse files
committed
update github actions to ruby 3.3.8
1 parent 89b4960 commit c86c056

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Install Ruby and run bundler
2020
- uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 2.7.6
22+
ruby-version: 3.3.8
2323
bundler-cache: true
2424

2525
# Install Node

.github/workflows/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Install Ruby and run bundler
3636
- uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: 2.7.6
38+
ruby-version: 3.3.8
3939
bundler-cache: true
4040

4141
# Install Node

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Install Ruby and run bundler
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 2.7.6
16+
ruby-version: 3.3.8
1717
bundler-cache: true
1818

1919
# Run the Rubocop linter checks

0 commit comments

Comments
 (0)