Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2022-09-14 23:28:44 +0300
committerGitHub <noreply@github.com>2022-09-14 23:28:44 +0300
commitfe8b0e98ab64ae47a6c31eea67cede3cf502d831 (patch)
treead00e5e0b23c19f541ed4c2cda72f2a8b70ab12f /.github/workflows/test.yml
parentf998eee4675c92819bde40f338fefe8feb7ba3b4 (diff)
parentef45578af34a9ba58a22c6dd6b1026e64132536f (diff)
v5.12.1 (#4908)v5.12.1
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 835be166..318cfcc4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_22, centos_8, fedora_34]
+ distro: [debian_10, debian_11, ubuntu_20, ubuntu_22, centos_8, fedora_34]
env:
DISTRO: ${{matrix.distro}}
steps: