Skip to content

Commit

Permalink
Add testing on 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 2, 2024
1 parent d832982 commit f82e10c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/moodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,16 @@ jobs:
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.3'
# Main job. Run all checks that do not require setup and only need to be run once.
runchecks: 'all'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
- php: '8.1'
# Main job. Run all checks that do not require setup and only need to be run once.
runchecks: 'all'
moodle-branch: 'main' # TODO change to 'MOODLE_405_STABLE'
database: 'pgsql'

steps:
- name: Check out repository code
Expand Down

0 comments on commit f82e10c

Please sign in to comment.