Skip to content

core: bump version to 1.4.4 #490

core: bump version to 1.4.4

core: bump version to 1.4.4 #490

Workflow file for this run

name: fast_testing
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'master'
tags:
- '*'
jobs:
run_tests:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
tarantool:
- '1.10'
- '2.11'
- '3.4'
steps:
- name: Clone the module
uses: actions/checkout@v3
- name: Setup tarantool ${{ matrix.tarantool }}
uses: tarantool/setup-tarantool@v3
with:
tarantool-version: ${{ matrix.tarantool }}
- run: cmake . && make check