Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 23, 2022
1 parent df19050 commit 595c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ ruby-head, "3.0", 2.7, 2.6, 2.5, 2.4 ]
libyaml: [0.1.7 0.2.5]
libyaml: [0.1.7, 0.2.5]
steps:
- name: Install libraries
run: sudo apt install haveged
Expand Down

0 comments on commit 595c610

Please sign in to comment.