You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with `v7`, `setup-fpm` is pinpointed to `fpm` version `0.11.0` to ensure compatibility with newer features and changes.
36
+
Starting with `v7`, `setup-fpm` is pinpointed to `fpm` version `v0.11.0` to ensure compatibility with newer features and changes.
37
37
Previous versions default to the latest stable release, which is fetched automatically when `fpm-version` is set to `'latest'`.
38
38
39
39
| Release Version | Default `fpm-version` |
@@ -48,3 +48,4 @@ Previous versions default to the latest stable release, which is fetched automat
48
48
| v6.1.0 | latest |
49
49
| v7 | 0.11.0 |
50
50
51
+
Note: `fpm`changed asset naming convention starting version `v0.11.0`. So, the `latest` option will not work anymore with versions of `setup-fpm` prior to `v7`.
0 commit comments