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 6c87a6d commit 82b471bCopy full SHA for 82b471b
.github/workflows/coverage.yml
@@ -13,5 +13,3 @@ jobs:
13
coverage:
14
name: "Nette Tester"
15
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
16
- with:
17
- php: "8.1"
.github/workflows/tests.yml
@@ -10,6 +10,12 @@ on:
10
- cron: "0 8 * * 1"
11
12
jobs:
+ test82:
+ name: "Nette Tester"
+ uses: contributte/.github/.github/workflows/nette-tester.yml@v1
+ with:
+ php: "8.2"
18
+
19
test81:
20
21
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
0 commit comments