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 36264bf commit 2b3b2a2Copy full SHA for 2b3b2a2
.github/workflows/tests.yml
@@ -11,6 +11,18 @@ on:
11
- cron: "0 8 * * 1"
12
13
jobs:
14
+ test85:
15
+ name: "Nette Tester"
16
+ uses: contributte/.github/.github/workflows/nette-tester.yml@master
17
+ with:
18
+ php: "8.5"
19
+
20
+ test84:
21
22
23
24
+ php: "8.4"
25
26
test83:
27
name: "Nette Tester"
28
uses: contributte/.github/.github/workflows/nette-tester.yml@master
0 commit comments