Commit 0a07e962b85d7aa2c2955f94a39af08c0abc98ae

Authored by Andrew Kane
1 parent b898865a

Test with Ruby 3 [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/build.yml
... ... @@ -7,7 +7,7 @@ jobs:
7 7 fail-fast: false
8 8 matrix:
9 9 include:
10   - - ruby: 2.7
  10 + - ruby: 3.0
11 11 gemfile: Gemfile
12 12 elasticsearch: 7.10.1
13 13 - ruby: 2.7
... ...