Skip to content

Commit e360147

Browse files
authored
Merge pull request #1735 from maths/behat-ci-fix
behat-ci-fix - Set Behat Selenium image
2 parents 7502786 + 0602daf commit e360147

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/moodle-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
moodle-branch: 'MOODLE_502_STABLE'
4242
database: 'pgsql'
4343
maxima: 'SBCL'
44-
moodle-app: false
44+
moodle-app: true
4545
- php: '8.2'
4646
moodle-branch: 'MOODLE_500_STABLE'
4747
database: 'pgsql'
@@ -58,7 +58,7 @@ jobs:
5858
moodle-branch: 'MOODLE_402_STABLE'
5959
database: 'pgsql'
6060
maxima: 'GCL'
61-
moodle-app: false
61+
moodle-app: true
6262

6363
steps:
6464
- name: Install Maxima (${{ matrix.maxima }})
@@ -267,4 +267,7 @@ jobs:
267267
- name: Behat features
268268
if: ${{ always() }}
269269
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
270273

0 commit comments

Comments
 (0)