I get that but due to the older software that is still being built we are kind of stuck with the older runner version for now.
As I said above I can only hope that our developers discontinue the old software version soon because all the other runners we have are up to date with the latest GitLab ve… Answer from CFelix on forum.gitlab.com
GitLab
docs.gitlab.com › gitlab docs › administer › administer gitlab runner
GitLab Runner | GitLab Docs
For compatibility reasons, the GitLab Runner major.minor version should stay in sync with the GitLab major and minor version. Older runners may still work with newer GitLab versions, and vice versa.
GitLab
forum.gitlab.com › general
GitLab Runner version compatibility - General - GitLab Forum
December 13, 2024 - Hello Community, I was wondering if there is a compatibility list for the GitLab Runner / GitLab version. I am asking because we have an older Mac running macOS 10.11 (El Capitan) which is still required for building an older version of our software. This runner is currently at version 14.6.0 but cannot be updated because of the OS.
Can latest runner be installed with a v17.4 of GitLab?
We host a GitLab instance on AWS that is at v17.4.2. I would like to install a running locally. The docs say to keep the major and minor the same, but these are not available and I can’t upgrade our GitLab version. The docs seem to imply I can install the latest, or install a specific version. More on forum.gitlab.com
go - Gitlab: does runner need to be same version as Gitlab server? - Stack Overflow
Online Gitlab version: GitLab Enterprise Edition 17.5.0-pre c30a70942c6 Custom Gitlab runner version (running on Ubuntu): Version: 16.1.0 Git revision: b72e108d Git branch: 16-1-stable GO v... More on stackoverflow.com
GitLab Runner compatibility with GitLab CE 11.0
I use GitLab Runner 10.x, but can I use GitLab 11.0 as it is? I am in trouble because I have not written below. https://docs.gitlab.com/runner/#compatibility-chart More on forum.gitlab.com
continuous integration - Where can I find older versions of GitLab Runner? - DevOps Stack Exchange
ERROR: Checking GitLab compatibility... not-compatible reason:=Gitlab Runner >= 9.0 can be used ONLY with GitLab CE/EE >= 9.0 results=405 runner=FsqqGSrw statusText=405 Method Not Allowed · We're operating on an isolated network with GitLab 8.13.0, and no plan to update at the moment. All I can find in the documentation is this link which provides the latest 9.0 version ... More on devops.stackexchange.com
DrDroid
drdroid.io › stack-diagnosis › gitlab-ci-gitlab-runner-version-mismatch
GitLab CI GitLab Runner Version Mismatch - Stack Diagnosis
The GitLab Runner is a separate application used to run jobs in a GitLab CI/CD pipeline. Each version of GitLab has specific requirements for compatible runner versions. A mismatch occurs when the runner version is either too old or too new compared to the GitLab instance, leading to compatibility issues.
GitLab
forum.gitlab.com › gitlab ci/cd
Can latest runner be installed with a v17.4 of GitLab? - GitLab CI/CD - GitLab Forum
August 1, 2025 - We host a GitLab instance on AWS that is at v17.4.2. I would like to install a running locally. The docs say to keep the major and minor the same, but these are not available and I can’t upgrade our GitLab version. The …
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › support policy
GitLab Runner support policy | GitLab Docs
GitLab Runner versions 17.7 and later support only a single Alpine version (latest) instead of specific versions. Alpine versions 3.21 will be supported to the stated EOL date.
GitLab
forum.gitlab.com › how to use gitlab
GitLab Runner compatibility with GitLab CE 11.0 - How to Use GitLab - GitLab Forum
July 3, 2018 - I use GitLab Runner 10.x, but can I use GitLab 11.0 as it is? I am in trouble because I have not written below. https://docs.gitlab.com/runner/#compatibility-chart
Top answer 1 of 2
7
As described in the documentation you are following to install on the first paragraph:
You can download a binary for every available version as described in Bleeding Edge - download any other tagged release.
Following the link in this sentence allow your to find the tag list page
Last version in 1.X (Hence compatible with 8.X versions of Gitlab is 1.11.2 at time of writing, you can download it from The tag details page
If you prefer another archive format, you can choose in the dropdown of download at the right of the tag page description:

2 of 2
1
According to the runner readme, the old version compatible with 8.x can be downloaded from here.
GitLab
docs.gitlab.com › ee › development › multi_version_compatibility.html
Backwards compatibility across updates | GitLab Docs
Old code: Runners requested a job from an API node that is running the previous version.
End of Life Date
endoflife.date › gitlab-runner
GitLab Runner | endoflife.date
5 days ago - GitLab Runner uses the same versioning ... For compatibility, it is recommended to use a runner version no more than one major version behind the GitLab instance....
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › linux
Install GitLab Runner using the official GitLab repositories | GitLab Docs
A FIPS 140-2 compliant version of GitLab Runner is available for RHEL distributions.
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner
Install GitLab Runner | GitLab Docs
GitLab Runner can run as a single binary and has no language-specific requirements.
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
CHANGELOG.md · v12.2.0 · GitLab.org / gitlab-runner · GitLab
August 22, 2019 - Currently GitLab Runner still respects the old configuration sent from GitLab, but with 12.0 old methods will be removed and GitLab Runner will require at least GitLab 11.9 to work properly.
GitLab
forum.gitlab.com › how to use gitlab
Download gitlab-runner compatible with Gitlab Community Edition 8.17.4 - How to Use GitLab - GitLab Forum
March 30, 2017 - Sadly, the latest gitlab-runner v9.0.0 is incompatible with older Gitlab Community Editions (such as 8.16.8 and 8.17.4). I can't update the GitLab-CE on the server I'm using. Where can I download the binaries of the pr…