Skip to content

Commit

Permalink
Change CI workflow to test current master on PHP 7.3, lowest for Mood…
Browse files Browse the repository at this point in the history
…le 4.0. Issue #1400.
  • Loading branch information
sangwinc committed Feb 18, 2025
1 parent 29958e7 commit 6d060e6
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,9 @@ jobs:
# We use a mix of SBCL and GCL.
# As of Sept 2024, SBCL is not working.
include:
- php: '8.2'
moodle-branch: 'MOODLE_405_STABLE'
database: 'pgsql'
maxima: 'SBCL'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
maxima: 'GCL'
moodle-app: true
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
maxima: 'GCL'
moodle-app: true
# Edinburgh is planning to run the setup below for 2023-24.
- php: '7.4'
moodle-branch: 'MOODLE_401_STABLE'
database: 'mariadb'
maxima: 'GCL'
# App CI currently broken for PHP 7.4 - Issue MOBILE-4694.
moodle-app: null
- php: '7.4'
# Lowest version of PHP needed for Moodle 4.0
# See https://docs.moodle.org/405/en/PHP
- php: '7.3'
moodle-branch: 'MOODLE_400_STABLE'
database: 'pgsql'
maxima: 'GCL'
Expand Down

0 comments on commit 6d060e6

Please sign in to comment.