Skip to content

Commit

Permalink
Merge pull request #223 from stronk7/add_403_gha
Browse files Browse the repository at this point in the history
Add 403 GHA support
  • Loading branch information
stronk7 authored Oct 10, 2023
2 parents 9470963 + 26500f9 commit 7da28be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- php: 8.2
moodle-branch: master
database: mariadb
- php: 8.2
moodle-branch: MOODLE_403_STABLE
database: pgsql
- php: 8.2
moodle-branch: MOODLE_402_STABLE
database: pgsql
Expand Down Expand Up @@ -73,6 +76,9 @@ jobs:
- php: 8.0
moodle-branch: master
database: mariadb
- php: 8.0
moodle-branch: MOODLE_403_STABLE
database: pgsql
- php: 8.0
moodle-branch: MOODLE_402_STABLE
database: pgsql
Expand Down

0 comments on commit 7da28be

Please sign in to comment.