Skip to content

Commit c84bbce

Browse files
committed
GitHub Actions: Drop Ruby 2.4 tasks and Add Ruby 3.0
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 0a406aa commit c84bbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
12+
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
1313
postgres: [ '9', '10', '11', '12', '13' ]
1414
os:
1515
- ubuntu-latest

0 commit comments

Comments
 (0)