aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-03-17 15:00:23 +0800
committerGitHub <noreply@github.com>2022-03-17 15:00:23 +0800
commite10ec6f3b84b915b699606d343e3a9a505eab3cc (patch)
tree883f007921c3b2f9a4eb0cdbb5af045fa8614a67
parentd753a48a7de711cf5939c387ee3e2880864f9110 (diff)
pkgr: remove debian-8 and ubuntu-14.04 (#6853)
[skip ci]
-rw-r--r--.pkgr.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index b1ec803f..6c785101 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -1,18 +1,14 @@
targets:
- debian-8: &debian
+ debian-9: &debian
build_dependencies:
- libpam0g-dev
dependencies:
- libpam0g
- git
- debian-9:
- <<: *debian
debian-10:
<<: *debian
debian-11:
<<: *debian
- ubuntu-14.04:
- <<: *debian
ubuntu-16.04:
<<: *debian
build_dependencies: