We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7502786 + 0602daf commit e360147Copy full SHA for e360147
1 file changed
.github/workflows/moodle-ci.yml
@@ -41,7 +41,7 @@ jobs:
41
moodle-branch: 'MOODLE_502_STABLE'
42
database: 'pgsql'
43
maxima: 'SBCL'
44
- moodle-app: false
+ moodle-app: true
45
- php: '8.2'
46
moodle-branch: 'MOODLE_500_STABLE'
47
@@ -58,7 +58,7 @@ jobs:
58
moodle-branch: 'MOODLE_402_STABLE'
59
60
maxima: 'GCL'
61
62
63
steps:
64
- name: Install Maxima (${{ matrix.maxima }})
@@ -267,4 +267,7 @@ jobs:
267
- name: Behat features
268
if: ${{ always() }}
269
run: moodle-plugin-ci behat --profile chrome --auto-rerun 12
270
+ env:
271
+ # April 2026 - Remove after next Moodle App release
272
+ MOODLE_BEHAT_SELENIUM_IMAGE: selenium/standalone-chrome:145.0-20260222
273
0 commit comments