Skip to content

Commit 2a3f5b3

Browse files
committed
add 3.0 to build matrix
1 parent a488fcf commit 2a3f5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7]
8+
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)