Skip to content

Commit 2b6c574

Browse files
committed
Drop support for SM 1.11 and older Linux distros
Dropping official for support for 1.11 Dropping official support for Ubuntu 20.04 as it's reaching EOL in May, Ubuntu 22.04 is the new minimum which has GLIBC 2.35
1 parent 95fc3ce commit 2b6c574

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check_plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sm_version:
3131
#- "1.9"
3232
#- "1.10"
33-
- "1.11"
33+
#- "1.11"
3434
- "1.12"
3535
- "1.13"
3636

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
**IMPORTANT NOTES** - **DON'T IGNORE THESE!**
44
* The goal for this repo is to work on **Linux**, but Windows support is available.
5-
* Ensure that your machine is running at least **Ubuntu 20.04** (GLIBC minimum of 2.31)
5+
* Ensure that your machine is running at least **Ubuntu 22.04** (GLIBC minimum of 2.35)
66
> While Windows is supported by the repository, there may be things that don't fully function on Windows that we may have missed.
77
> Please report any issues you run into!
8-
* This repository only supports Sourcemod **1.11** and up.
9-
* Everything on this repository is being tested on Sourcemod **1.12** (specifically **1.12.7137**) as of the 25th of May, 2024.
8+
* This repository only supports Sourcemod **1.12** and up.
9+
* Everything on this repository is confirmed to be working on **1.12**+ (specifically **1.12.7195**) as of the 26th of March, 2025.
1010

1111
## **About:**
1212

@@ -15,7 +15,7 @@ In its current state it allows anyone to host their own up to date competitive L
1515
This project is **Actively Developed**.
1616

1717
> **Included Matchmodes:**
18-
* **Zonemod 2.8.9c**
18+
* **Zonemod 2.8.9e**
1919
* **Zonemod Hunters**
2020
* **Zonemod Retro**
2121
* **NeoMod 0.4a**

0 commit comments

Comments
 (0)