From 684039405ce77a992b509077e00eeebce26997ea Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 28 Jul 2022 08:10:12 +0200 Subject: [PATCH] MOBILE-4081 github: Fix github actions PHP version --- .github/workflows/acceptance.yml | 2 +- .github/workflows/performance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 462e847a0..19e816b09 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -26,7 +26,7 @@ jobs: env: MOODLE_DOCKER_DB: pgsql MOODLE_DOCKER_BROWSER: chrome - MOODLE_DOCKER_PHP_VERSION: 7.3 + MOODLE_DOCKER_PHP_VERSION: 7.4 MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'master' }} MOODLE_REPOSITORY: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle' }} BEHAT_TAGS: ${{ github.event.inputs.behat_tags || '~@performance' }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index fb88afced..746a6c38a 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -8,7 +8,7 @@ jobs: env: MOODLE_DOCKER_DB: pgsql MOODLE_DOCKER_BROWSER: chrome - MOODLE_DOCKER_PHP_VERSION: 7.3 + MOODLE_DOCKER_PHP_VERSION: 7.4 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v3