Skip to content

Commit 38bdc7c

Browse files
committed
support for PHP 8.2
1 parent 83212fd commit 38bdc7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1111

1212
fail-fast: false
1313

src/Bridges/ApplicationLatte/DefaultTemplate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method bool isLinkCurrent(string $destination = null, ...$args)
1919
* @method bool isModuleCurrent(string $module)
2020
*/
21+
#[\AllowDynamicProperties]
2122
final class DefaultTemplate extends Template
2223
{
2324
/** @var Nette\Application\UI\Presenter */

0 commit comments

Comments
 (0)