chore: Deprecate F40 (#5130) (#5449)

(cherry picked from commit f9a1ebd7e5)

Signed-off-by: RockGrub <RockGrub@users.noreply.github.com>
This commit is contained in:
Gilver
2025-06-15 11:06:41 -05:00
committed by GitHub
parent e457ce39c4
commit bfcfe6d99e
6 changed files with 1 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@ jobs:
matrix:
branch:
- frawhide
- f40
- f41
- f42
- el10
-1
View File
@@ -6,7 +6,6 @@ on:
- frawhide
- f42
- f41
- f40
- el10
paths:
- comps.xml
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f40 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f40 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f40 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all