Skip to content

Commit 8306126

Browse files
committed
Run tests and packaging on ubuntu-latest
Ubuntu 20.04 is no longer supported by GitHub runners. Note that Tarantool versions < 2.11 are too old and not available on ubuntu-latest so they're removed from the test matrix. Instead we add all Tarantool 3.x versions released so far.
1 parent a48034a commit 8306126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- dist: fedora
2020
version: 36
2121

22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323

2424
steps:
2525
- name: Check out repo

.github/workflows/test_on_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
1212
strategy:
1313
matrix:
14-
tarantool: ["1.10", "2.6", "2.7", "2.8", "2.10", "2.11", "3.0"]
14+
tarantool: ["2.11", "3.0", "3.1", "3.2", "3.3", "3.4"]
1515
fail-fast: false
16-
runs-on: [ubuntu-20.04]
16+
runs-on: [ubuntu-latest]
1717
steps:
1818
- uses: actions/checkout@master
1919
- uses: tarantool/setup-tarantool@v3

0 commit comments

Comments
 (0)