diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 3b7f392..be61fac 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -15,6 +15,7 @@ jobs:
- 8.2
- 8.3
- 8.4
+ - 8.5
dependencies:
- "--prefer-lowest"
- ""
diff --git a/composer.json b/composer.json
index 55b2bb1..8ee0ae1 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"require": {
"php": "^8.2",
"phpspec/prophecy": "^1.8",
- "phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0"
+ "phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0 | ^5.0"
},
"autoload": {
"psr-4": {
diff --git a/psalm.xml b/psalm.xml
index a93b81f..ee0293a 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -13,6 +13,7 @@
+
@@ -23,6 +24,10 @@
+
+
+
+