File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
run_tests :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04
15
15
16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
19
tarantool :
20
- - ' 1.10'
21
- - ' 2.8'
22
- - ' 2.10'
20
+ - ' 2.11'
23
21
24
22
env :
25
23
MYSQL_HOST : 127.0.0.1
@@ -29,12 +27,12 @@ jobs:
29
27
30
28
steps :
31
29
- name : Clone the module
32
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
33
31
with :
34
32
submodules : recursive
35
33
36
34
- name : Setup tarantool ${{ matrix.tarantool }}
37
- uses : tarantool/setup-tarantool@v1
35
+ uses : tarantool/setup-tarantool@v3
38
36
with :
39
37
tarantool-version : ${{ matrix.tarantool }}
40
38
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
publish-rockspec-scm-1 :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-24 .04
16
16
if : github.ref == 'refs/heads/master'
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : tarantool/rocks.tarantool.org/github-action@master
21
21
with :
22
22
auth : ${{ secrets.ROCKS_AUTH }}
23
23
files : ${{ env.ROCK_NAME }}-scm-1.rockspec
24
24
25
25
publish-rockspec-tag :
26
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-24 .04
27
27
if : startsWith(github.ref, 'refs/tags')
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
31
31
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
32
32
- name : Set env
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
run_tests :
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
16
16
env :
17
17
MYSQL_HOST : 127.0.0.1
You can’t perform that action at this time.
0 commit comments