Commit efa5f85 1 parent 912ac43 commit efa5f85 Copy full SHA for efa5f85
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
name : " Codesniffer"
16
16
uses : contributte/.github/.github/workflows/codesniffer.yml@master
17
17
with :
18
- php : " 8.2 "
18
+ php : " 8.3 "
Original file line number Diff line number Diff line change 15
15
name : " Nette Tester"
16
16
uses : contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
17
17
with :
18
- php : " 8.2 "
18
+ php : " 8.3 "
Original file line number Diff line number Diff line change 15
15
name : " Phpstan"
16
16
uses : contributte/.github/.github/workflows/phpstan.yml@master
17
17
with :
18
- php : " 8.2 "
18
+ php : " 8.3 "
Original file line number Diff line number Diff line change 11
11
- cron : " 0 8 * * 1"
12
12
13
13
jobs :
14
- test83 :
14
+ test84 :
15
15
name : " Nette Tester"
16
16
uses : contributte/.github/.github/workflows/nette-tester.yml@master
17
17
with :
18
- php : " 8.3 "
18
+ php : " 8.4 "
19
19
20
- test82 :
20
+ test83 :
21
21
name : " Nette Tester"
22
22
uses : contributte/.github/.github/workflows/nette-tester.yml@master
23
23
with :
24
- php : " 8.2 "
24
+ php : " 8.3 "
25
25
26
- test81 :
26
+ test82 :
27
27
name : " Nette Tester"
28
28
uses : contributte/.github/.github/workflows/nette-tester.yml@master
29
29
with :
30
- php : " 8.1 "
30
+ php : " 8.2 "
31
31
32
32
testlower :
33
33
name : " Nette Tester"
34
34
uses : contributte/.github/.github/workflows/nette-tester.yml@master
35
35
with :
36
- php : " 8.1 "
36
+ php : " 8.2 "
37
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