We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8996cef commit 3dd3332Copy full SHA for 3dd3332
.github/workflows/acceptance.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
MOODLE_DOCKER_DB: pgsql
28
MOODLE_DOCKER_BROWSER: chrome
29
- MOODLE_DOCKER_PHP_VERSION: 7.4
+ MOODLE_DOCKER_PHP_VERSION: '8.0'
30
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'master' }}
31
MOODLE_REPOSITORY: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle' }}
32
BEHAT_TAGS: ${{ github.event.inputs.behat_tags || '~@performance' }}
.github/workflows/performance.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
steps:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v3
0 commit comments