Skip to content

Commit

Permalink
Fix Ruby version on CI
Browse files Browse the repository at this point in the history
Currently, Ruby version is specified unexist version(`2.8`).
In this case, it seems that `ruby-build` use stable version(`3.2.2`).
https://github.com/trilogy-libraries/trilogy/actions/runs/6646865109/job/18062157607#step:4:1205

But this pattern is already tested by other build. I assume this is
just a typo of `2.7` that the last version of 2.x series.
  • Loading branch information
y-yagi committed Nov 10, 2023
1 parent e577853 commit 3e19008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby: "1.9"
- mysql: "5.7"
distribution: "debian:buster"
ruby: "2.8"
ruby: "2.7"
steps:
- uses: actions/checkout@v4
- name: docker login
Expand Down

0 comments on commit 3e19008

Please sign in to comment.