Commit 698603c 1 parent 9ee3b8c commit 698603c Copy full SHA for 698603c
File tree 3 files changed +7
-22
lines changed
3 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 13
13
test80 :
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 10
10
- cron : " 0 8 * * 1"
11
11
12
12
jobs :
13
- test81 :
14
- name : " Nette Tester"
15
- uses : contributte/.github/.github/workflows/nette-tester.yml@v1
16
- with :
17
- php : " 8.1"
18
-
19
- test80 :
20
- name : " Nette Tester"
21
- uses : contributte/.github/.github/workflows/nette-tester.yml@v1
22
- with :
23
- php : " 8.0"
24
-
25
- test74 :
13
+ test82 :
26
14
name : " Nette Tester"
27
15
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
28
16
with :
29
- php : " 7.4 "
17
+ php : " 8.2 "
30
18
31
- test73 :
19
+ test81 :
32
20
name : " Nette Tester"
33
21
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
34
22
with :
35
- php : " 7.3"
36
- composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
23
+ php : " 8.1"
37
24
38
- test72 :
25
+ testlowest :
39
26
name : " Nette Tester"
40
27
uses : contributte/.github/.github/workflows/nette-tester.yml@v1
41
28
with :
42
- php : " 7.2 "
29
+ php : " 8.1 "
43
30
composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=7.2 " ,
15
+ "php" : " >=8.1 " ,
16
16
"contributte/di" : " ^0.6.0" ,
17
17
"doctrine/annotations" : " ^1.6.1" ,
18
18
"nettrine/cache" : " ^0.3.0"
You can’t perform that action at this time.
0 commit comments