Skip to content

Commit 8175e73

Browse files
committed
CI: php 8.2
1 parent a03cd3b commit 8175e73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: "0 8 * * 1"
1111

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

.github/workflows/tests.yml

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

1212
jobs:
13+
test82:
14+
name: "Nette Tester"
15+
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
16+
with:
17+
php: "8.2"
18+
1319
test81:
1420
name: "Nette Tester"
1521
uses: contributte/.github/.github/workflows/nette-tester.yml@v1

0 commit comments

Comments
 (0)