diff --git a/.woodpecker.yml b/.woodpecker.yml index 2bab9ef..43facdf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ matrix: PHP_VERSION: - - 7.1 - - 7.3 - - 7.4 - - 8.0 - 8.1 + - 8.0 + - 7.4 + - 7.3 + - 7.1 pipeline: build_gitnet: diff --git a/Dockerfile.php8.0 b/Dockerfile.php8.0 index 3b5496e..4614fb9 100644 --- a/Dockerfile.php8.0 +++ b/Dockerfile.php8.0 @@ -15,4 +15,5 @@ RUN apt-get update \ && apt-get clean RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ + && apt-get update \ && apt-get install -y symfony-cli diff --git a/Dockerfile.php8.1 b/Dockerfile.php8.1 index 5110a57..b874545 100644 --- a/Dockerfile.php8.1 +++ b/Dockerfile.php8.1 @@ -15,4 +15,5 @@ RUN apt-get update \ && apt-get clean RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ + && apt-get update \ && apt-get install -y symfony-cli