Skip to content

Commit 6602255

Browse files
author
Thomas Hareau
authored
fix ci (#27)
* using checkout v2 * Simplifying subversions
1 parent d5e32a0 commit 6602255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
postgres: [ 9.6, 11.7 ]
44-
ruby: [ 2.5.x, 2.6.x, 2.7.1 ]
44+
ruby: [ 2.5, 2.6, 2.7 ]
4545
services:
4646
postgres:
4747
image: postgres:${{ matrix.postgres }}
@@ -58,7 +58,7 @@ jobs:
5858
--health-timeout 5s
5959
--health-retries 5
6060
steps:
61-
- uses: doctolib/github-actions-checkout@v1
61+
- uses: doctolib/github-actions-checkout@v2
6262
- name: Set up Ruby
6363
uses: doctolib/github-actions-setup-ruby@v1
6464
with:

0 commit comments

Comments
 (0)