Skip to content

Commit 4fffe20

Browse files
Test with Ubuntu 20.04 to support build of memcached 15.x (petergoldstein#937)
Also bumped memcached 16.x to latest minor.
1 parent d81fac3 commit 4fffe20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88

99
strategy:
1010
fail-fast: false
@@ -16,7 +16,7 @@ jobs:
1616
- '2.7'
1717
- '2.6'
1818
- jruby-9.3
19-
memcached-version: ['1.5.22', '1.6.15']
19+
memcached-version: ['1.5.22', '1.6.17']
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)