We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03cd3b commit 8175e73Copy full SHA for 8175e73
.github/workflows/coverage.yml
@@ -10,7 +10,7 @@ on:
10
- cron: "0 8 * * 1"
11
12
jobs:
13
- test81:
+ coverage:
14
name: "Nette Tester"
15
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
16
with:
.github/workflows/tests.yml
@@ -10,6 +10,12 @@ on:
+ test82:
+ name: "Nette Tester"
+ uses: contributte/.github/.github/workflows/nette-tester.yml@v1
+ with:
17
+ php: "8.2"
18
+
19
test81:
20
21
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
0 commit comments