mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
✅ Fix test
This commit is contained in:
@ -28,6 +28,8 @@ class HomebrewUpgradableTest: XCTestCase {
|
|||||||
: .instant("/opt/homebrew/etc/php/7.4/conf.d/php-memory-limits.ini")
|
: .instant("/opt/homebrew/etc/php/7.4/conf.d/php-memory-limits.ini")
|
||||||
])
|
])
|
||||||
|
|
||||||
|
// This config file assumes our PHP alias (`php`) is v8.2
|
||||||
|
PhpEnvironments.brewPhpAlias = "8.2"
|
||||||
let env = PhpEnvironments.shared
|
let env = PhpEnvironments.shared
|
||||||
env.cachedPhpInstallations = [
|
env.cachedPhpInstallations = [
|
||||||
"8.1": PhpInstallation("8.1.16"),
|
"8.1": PhpInstallation("8.1.16"),
|
||||||
|
Reference in New Issue
Block a user