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