Skip to content

Commit a9fc532

Browse files
Enhancement: Bump xdebug 3.5 to 3.5.1
Signed-off-by: The Oh Brothers Bot <bot@theohbrothers.com>
1 parent d0726c2 commit a9fc532

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.

β€Žgenerate/definitions/versions.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"xdebug": {
1717
"versions": [
18-
"3.5.0"
18+
"3.5.1"
1919
],
2020
"versionsChangeScope": "minor",
2121
"versionsNewScript": "Invoke-WebRequest https://api.github.com/repos/xdebug/xdebug/git/refs/tags | ConvertFrom-Json | % { $_.ref -replace 'refs/tags/', '' } | ? { $_ -match '^\\d+\\.\\d+\\.\\d+$' } | Sort-Object { [version]$_ } -Descending | Select-Object -First 1",

0 commit comments

Comments
Β (0)