Skip to content

Commit 2f17bad

Browse files
authored
CI against Redis 7, Ruby 3.1, and Ruby 3.2 (#113)
* CI against Redis 7, Ruby 3.1, and Ruby 3.2 * ⚠️ Node.js 12 actions are deprecated. > Please update the following actions to use Node.js 16: actions/checkout@v2. > For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Redis
1 parent a781950 commit 2f17bad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
redis_server: ["4", "5", "6.2"]
9-
ruby: ["2.7", "3.0"]
8+
redis_server: ["4", "5", "6", "7"]
9+
ruby: ["2.7", "3.0", "3.1", "3.2"]
1010

1111
name: Redis server ${{ matrix.redis_server }} - Ruby ${{ matrix.ruby }}
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)