Commit 69b05f0 1 parent a7cc92b commit 69b05f0 Copy full SHA for 69b05f0
File tree 2 files changed +13
-16
lines changed
2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 10
10
- cron : " 0 8 * * 1"
11
11
12
12
jobs :
13
- test80 :
13
+ coverage :
14
14
name : " Nette Tester"
15
15
uses : contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
16
- with :
17
- php : " 8.0"
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
6
6
push :
7
- branches : ["*"]
7
+ branches : [ "*" ]
8
8
9
9
schedule :
10
10
- cron : " 0 8 * * 1"
11
11
12
12
jobs :
13
- test81 :
13
+ test82 :
14
14
name : " Nette Tester"
15
15
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
16
16
with :
17
- php : " 8.1 "
17
+ php : " 8.2 "
18
18
19
- test80 :
19
+ test81 :
20
20
name : " Nette Tester"
21
21
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
22
22
with :
23
- php : " 8.0 "
23
+ php : " 8.1 "
24
24
25
- test74 :
25
+ test80 :
26
26
name : " Nette Tester"
27
27
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
28
28
with :
29
- php : " 7.4 "
29
+ php : " 8.0 "
30
30
31
- test73 :
31
+ test74 :
32
32
name : " Nette Tester"
33
33
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
34
34
with :
35
- php : " 7.3"
36
- composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
35
+ php : " 7.4"
37
36
38
- test72 :
37
+ testlower :
39
38
name : " Nette Tester"
40
39
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
41
40
with :
42
- php : " 7.2 "
43
- composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
41
+ php : " 7.4 "
42
+ composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
You can’t perform that action at this time.
0 commit comments