mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-27 06:20:08 +01:00
♻️ WIP: Updates related to Valet version change
- Centralized logic related to fetching Valet version. - Updating global dependencies now updates the version number of Valet in the driver section. - The latest version of Valet is now determined by checking Packagist. (This only occurs when the app starts up.)
This commit is contained in:
@@ -10,7 +10,7 @@ import Testing
|
||||
|
||||
@Suite("Integration")
|
||||
struct PackagistTest {
|
||||
@Test func packagistRetrieval() async {
|
||||
@Test func canRetrieveLaravelValetVersion() async {
|
||||
let packageToCheck = "laravel/valet"
|
||||
let latestVersion = try? await Packagist.getLatestStableVersion(packageName: packageToCheck)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user