Skip to content

Commit

Permalink
update: Add moodle-405-stable to Ci and misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
usantos-at-wiris authored Oct 7, 2024
1 parent 633d188 commit f30d2fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches:
- "*"
schedule:
- cron: "30 6 * * *"
- cron: "15 6 * * *"

jobs:
test:
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
"MOODLE_402_STABLE",
"MOODLE_403_STABLE",
"MOODLE_404_STABLE",
"MOODLE_405_STABLE",
"main",
]
database: [pgsql]
Expand All @@ -59,6 +60,8 @@ jobs:
php: "7.4"
- moodle-branch: "MOODLE_404_STABLE"
php: "7.4"
- moodle-branch: "MOODLE_405_STABLE"
php: "7.4"
- moodle-branch: "main"
php: "7.4"

Expand All @@ -68,6 +71,8 @@ jobs:
php: "8.0"
- moodle-branch: "MOODLE_404_STABLE"
php: "8.0"
- moodle-branch: "MOODLE_405_STABLE"
php: "8.0"
- moodle-branch: "main"
php: "8.0"

Expand Down Expand Up @@ -241,7 +246,7 @@ jobs:
"MOODLE_400_STABLE")
TAG="@4.0_atto${{ github.event.inputs.tags }}"
;;
"MOODLE_401_STABLE"|"MOODLE_402_STABLE"|"MOODLE_403_STABLE"|"MOODLE_404_STABLE"|"main")
"MOODLE_401_STABLE"|"MOODLE_402_STABLE"|"MOODLE_403_STABLE"|"MOODLE_404_STABLE"|"MOODLE_405_STABLE"|"main")
TAG="@4.x_atto${{ github.event.inputs.tags }}"
;;
*)
Expand Down

0 comments on commit f30d2fb

Please sign in to comment.