🆙 Change php to latest 🆙

This commit is contained in:
Remco
2025-09-20 19:40:08 +02:00
parent a21c22135f
commit a8c214cbbd
+1 -1
View File
@@ -12,7 +12,7 @@ sudo apt install redis-server php-redis
Restart your PHP service (e.g., PHP-FPM) to load the extension:
```bash
sudo systemctl restart php8.2-fpm
sudo systemctl restart php8.4-fpm
```
-----