Skip to content

Commit 67dda37

Browse files
committed
CI: modernize
1 parent 8e54d2e commit 67dda37

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.github/workflows/codesniffer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
codesniffer:
1414
name: "Codesniffer"
1515
uses: contributte/.github/.github/workflows/codesniffer.yml@v1
16+
with:
17+
php: "8.2"

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- cron: "0 8 * * 1"
1111

1212
jobs:
13-
test80:
13+
coverage:
1414
name: "Nette Tester"
1515
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
1616
with:
17-
php: "8.1"
17+
php: "8.2"

.github/workflows/phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
phpstan:
1414
name: "Phpstan"
1515
uses: contributte/.github/.github/workflows/phpstan.yml@v1
16+
with:
17+
php: "8.2"

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
push:
7-
branches: ["*"]
7+
branches: [ "*" ]
88

99
schedule:
1010
- cron: "0 8 * * 1"
@@ -17,6 +17,12 @@ jobs:
1717
php: "8.2"
1818

1919
test81:
20+
name: "Nette Tester"
21+
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
22+
with:
23+
php: "8.1"
24+
25+
testlower:
2026
name: "Nette Tester"
2127
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
2228
with:

0 commit comments

Comments
 (0)