Skip to content

Commit

Permalink
Merge pull request #124 from stronk7/add_403_gha
Browse files Browse the repository at this point in the history
Add GHA 403 support
  • Loading branch information
andrewnicols authored Oct 10, 2023
2 parents 38432a3 + d83f8f3 commit 849b9e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
database: pgsql
- php: 8.2
moodle-branch: master
database: mariadb
database: pgsql
- php: 8.2
moodle-branch: MOODLE_403_STABLE
database: pgsql
- php: 8.2
moodle-branch: MOODLE_402_STABLE
database: pgsql
Expand Down Expand Up @@ -77,7 +80,10 @@ jobs:
database: pgsql
- php: 8.0
moodle-branch: master
database: mariadb
database: pgsql
- 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 849b9e0

Please sign in to comment.