MOBILE-4081 github: Fix github actions PHP version

main
Dani Palou 2022-07-28 08:10:12 +02:00
parent aaa98793aa
commit 684039405c
2 changed files with 2 additions and 2 deletions

View File

@ -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' }}

View File

@ -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