We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae0395 commit a17a08bCopy full SHA for a17a08b
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout code
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
- name: Setup Ruby and install gems
12
uses: ruby/setup-ruby@v1
13
with:
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- ruby-version: [3.2.2]
+ ruby-version: [3.3.4]
26
database: [mysql, postgres, sqlite]
27
services:
28
mysql:
@@ -42,7 +42,7 @@ jobs:
42
TARGET_DB: ${{ matrix.database }}
43
44
45
46
47
48
0 commit comments