From 69da717f57ef09df196cdaa498168567642047a3 Mon Sep 17 00:00:00 2001 From: femiwiki-bot Date: Sat, 21 Sep 2024 00:46:07 +0000 Subject: [PATCH] extension-test: Bump docker images (#67) from https://github.com/femiwiki/.github/commit/a253ecce67227e82ba0c6f2f2b516c01fd7207f0 --- .github/workflows/extension-test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/extension-test.yml b/.github/workflows/extension-test.yml index cf1bc77..ac43791 100644 --- a/.github/workflows/extension-test.yml +++ b/.github/workflows/extension-test.yml @@ -7,6 +7,11 @@ name: Quibble and Phan on: + push: + branches: + - '*' + tags-ignore: + - '*.*' pull_request: env: @@ -14,7 +19,7 @@ env: DOCKER_ORG: releng QUIBBLE_DOCKER_IMAGE: quibble-buster-php81 # There is no quibble-buster-php81-coverage yet - COVERAGE_DOCKER_IMAGE: quibble-buster-php81-coverage + COVERAGE_DOCKER_IMAGE: quibble-buster-php74-coverage PHAN_DOCKER_IMAGE: mediawiki-phan-php81 jobs: