Skip to content

Commit 1e6006d

Browse files
committed
🔥 PHP 8.5?
1 parent 89de384 commit 1e6006d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "8.2"
3333
- "8.3"
3434
- "8.4"
35-
# - "8.5"
35+
- "8.5"
3636

3737
steps:
3838
- name: "Checkout"
@@ -74,7 +74,7 @@ jobs:
7474
- "8.2"
7575
- "8.3"
7676
- "8.4"
77-
# - "8.5"
77+
- "8.5"
7878

7979
steps:
8080
- name: "Checkout"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ext-fileinfo": "*",
5656
"chillerlan/php-authenticator": "^5.2.1",
5757
"intervention/image": "^3.11",
58-
"phan/phan": "^5.5.0",
58+
"phan/phan": "^5.5.2",
5959
"phpbench/phpbench": "^1.4",
6060
"phpunit/phpunit": "^11.5",
6161
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)