Skip to content

Commit 75d5760

Browse files
committed
Fix GH workflows
1 parent a5b5ec4 commit 75d5760

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
services:
99
mysql:
10-
image: mysql:5.7
10+
image: mysql:8.0
1111
ports:
1212
- 3306:3306
1313
env:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 2.4
25+
ruby-version: 3.4
2626
bundler-cache: true
2727

2828
- name: Run tests

0 commit comments

Comments
 (0)