Skip to content

Commit de9bd5c

Browse files
committed
Run tests on ubuntu-latest
Ubuntu 20.04 is no longer supported by GitHub runners. Note that Tarantool 2.8 and Python 3.7 are too old and not available on ubuntu-latest so they're removed from the test matrix.
1 parent 95bbee5 commit de9bd5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
github.event.pull_request.head.repo.full_name != github.repository ) &&
99
( github.repository == 'tarantool/test-run' )
1010

11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
17-
tarantool-version: ['2.8', '2.10', '2.11']
16+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
17+
tarantool-version: ['2.10', '2.11']
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)