Skip to content

Commit 7c2df98

Browse files
authored
Merge pull request #653 from ROMB/add-memcached-php84-85
Add PHP 8.4 and 8.5 support for memcached
2 parents cd697fc + 3c14271 commit 7c2df98

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

layers/memcached/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"php": [
33
"82",
4-
"83"
4+
"83",
5+
"84",
6+
"85"
57
]
68
}

0 commit comments

Comments
 (0)