Commit 08aa13d 1 parent d57c133 commit 08aa13d Copy full SHA for 08aa13d
File tree 4 files changed +29
-13
lines changed
4 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: "Codesniffer"
2
2
3
3
on :
4
4
pull_request :
5
+ workflow_dispatch :
5
6
6
7
push :
7
8
branches : ["*"]
12
13
jobs :
13
14
codesniffer :
14
15
name : " Codesniffer"
15
- uses : contributte/.github/.github/workflows/codesniffer.yml@v1
16
+ uses : contributte/.github/.github/workflows/codesniffer.yml@master
17
+ with :
18
+ php : " 8.2"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: "Coverage"
2
2
3
3
on :
4
4
pull_request :
5
+ workflow_dispatch :
5
6
6
7
push :
7
8
branches : ["*"]
10
11
- cron : " 0 8 * * 1"
11
12
12
13
jobs :
13
- test80 :
14
+ coverage :
14
15
name : " Nette Tester"
15
- uses : contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
16
+ uses : contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
17
+ with :
18
+ php : " 8.2"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: "Phpstan"
2
2
3
3
on :
4
4
pull_request :
5
+ workflow_dispatch :
5
6
6
7
push :
7
8
branches : ["*"]
12
13
jobs :
13
14
phpstan :
14
15
name : " Phpstan"
15
- uses : contributte/.github/.github/workflows/phpstan.yml@v1
16
+ uses : contributte/.github/.github/workflows/phpstan.yml@master
17
+ with :
18
+ php : " 8.2"
Original file line number Diff line number Diff line change @@ -2,29 +2,36 @@ name: "Nette Tester"
2
2
3
3
on :
4
4
pull_request :
5
+ workflow_dispatch :
5
6
6
7
push :
7
- branches : ["*"]
8
+ branches : [ "*" ]
8
9
9
10
schedule :
10
11
- cron : " 0 8 * * 1"
11
12
12
13
jobs :
14
+ test83 :
15
+ name : " Nette Tester"
16
+ uses : contributte/.github/.github/workflows/nette-tester.yml@master
17
+ with :
18
+ php : " 8.3"
19
+
13
20
test82 :
14
21
name : " Nette Tester"
15
- uses : contributte/.github/.github/workflows/nette-tester.yml@v1
22
+ uses : contributte/.github/.github/workflows/nette-tester.yml@master
16
23
with :
17
- php : " 8.2"
24
+ php : " 8.2"
18
25
19
26
test81 :
20
27
name : " Nette Tester"
21
- uses : contributte/.github/.github/workflows/nette-tester.yml@v1
28
+ uses : contributte/.github/.github/workflows/nette-tester.yml@master
22
29
with :
23
- php : " 8.1"
30
+ php : " 8.1"
24
31
25
- testlowest :
32
+ testlower :
26
33
name : " Nette Tester"
27
- uses : contributte/.github/.github/workflows/nette-tester.yml@v1
34
+ uses : contributte/.github/.github/workflows/nette-tester.yml@master
28
35
with :
29
- php : " 8.1"
30
- composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
36
+ php : " 8.1"
37
+ 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