Skip to content

Commit 3dd3332

Browse files
committed
MOBILE-4069 behat: Increase Docker PHP version
1 parent 8996cef commit 3dd3332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
MOODLE_DOCKER_DB: pgsql
2828
MOODLE_DOCKER_BROWSER: chrome
29-
MOODLE_DOCKER_PHP_VERSION: 7.4
29+
MOODLE_DOCKER_PHP_VERSION: '8.0'
3030
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'master' }}
3131
MOODLE_REPOSITORY: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle' }}
3232
BEHAT_TAGS: ${{ github.event.inputs.behat_tags || '~@performance' }}

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
env:
99
MOODLE_DOCKER_DB: pgsql
1010
MOODLE_DOCKER_BROWSER: chrome
11-
MOODLE_DOCKER_PHP_VERSION: 7.4
11+
MOODLE_DOCKER_PHP_VERSION: '8.0'
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)