Loading .gitlab-ci.yml +4 −10 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ cache: .test: before_script: - php -v # install system packages - apt-get update && apt-get install -y git unzip # install extensions Loading Loading @@ -41,18 +42,11 @@ test-7.4: stage: test image: php:7.4 ## current release test-8.0: ## latest 8 test-8: extends: .test stage: test image: php:8.0 # latest unstable test-rc: extends: .test stage: test image: php:rc allow_failure: true image: php:8 # coverage coverage: Loading Loading
.gitlab-ci.yml +4 −10 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ cache: .test: before_script: - php -v # install system packages - apt-get update && apt-get install -y git unzip # install extensions Loading Loading @@ -41,18 +42,11 @@ test-7.4: stage: test image: php:7.4 ## current release test-8.0: ## latest 8 test-8: extends: .test stage: test image: php:8.0 # latest unstable test-rc: extends: .test stage: test image: php:rc allow_failure: true image: php:8 # coverage coverage: Loading