We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33eec5 commit 966c6c1Copy full SHA for 966c6c1
.github/workflows/test.yml
@@ -19,8 +19,8 @@ jobs:
19
- '2.9'
20
nightly: [false]
21
include:
22
+ - {runs-on: ubuntu-20.04, tarantool: '1.10', nightly: true}
23
- {runs-on: ubuntu-18.04, tarantool: '1.10', nightly: true}
- - {runs-on: ubuntu-16.04, tarantool: '1.10', nightly: true}
24
runs-on: ${{ matrix.runs-on }}
25
env:
26
TARANTOOL_CACHE_KEY_SUFFIX: -A-${{ github.run_id }}
0 commit comments