Browse Source

:fire: PHP 8.5?

smiley 2 months ago
parent
commit
1e6006d9df
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/ci.yml
  2. 1 1
      composer.json

+ 2 - 2
.github/workflows/ci.yml

@@ -32,7 +32,7 @@ jobs:
           - "8.2"
           - "8.3"
           - "8.4"
-#          - "8.5"
+          - "8.5"
 
     steps:
       - name: "Checkout"
@@ -74,7 +74,7 @@ jobs:
           - "8.2"
           - "8.3"
           - "8.4"
-#          - "8.5"
+          - "8.5"
 
     steps:
       - name: "Checkout"

+ 1 - 1
composer.json

@@ -55,7 +55,7 @@
 		"ext-fileinfo": "*",
 		"chillerlan/php-authenticator": "^5.2.1",
 		"intervention/image": "^3.11",
-		"phan/phan": "^5.5.0",
+		"phan/phan": "^5.5.2",
 		"phpbench/phpbench": "^1.4",
 		"phpunit/phpunit": "^11.5",
 		"phpmd/phpmd": "^2.15",