Skip to content

Commit 2b3b2a2

Browse files
Roman3349f3l1x
authored andcommitted
CI: run tests on PHP 8.4 and 8.5
Signed-off-by: Roman Ondráček <[email protected]>
1 parent 36264bf commit 2b3b2a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yml

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

1313
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+
name: "Nette Tester"
22+
uses: contributte/.github/.github/workflows/nette-tester.yml@master
23+
with:
24+
php: "8.4"
25+
1426
test83:
1527
name: "Nette Tester"
1628
uses: contributte/.github/.github/workflows/nette-tester.yml@master

0 commit comments

Comments
 (0)