From ee2577fd84eda760245d37c5d9edfc1507d2b90c Mon Sep 17 00:00:00 2001 From: John Bachir Date: Mon, 27 Sep 2021 11:24:55 +0100 Subject: [PATCH] add 3.0 to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e82ced2..d5d0962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ 2.7, 2.6, 2.5, 2.4, head ] + ruby: [ 3.0, 2.7, 2.6, 2.5, 2.4, head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: