Skip to content

Commit

Permalink
Merge branch 'master' into context_section
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 16, 2024
2 parents 5a4439b + 507cbbe commit fb88f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE']
database: [pgsql, mariadb]
php: ['8.2']
moodle-branch: ['MOODLE_402_STABLE'] # 'MOODLE_401_STABLE' # currently off due to workaround
database: [pgsql] # mariadb # our plugin is DB-agnostic so we only do pgsql for now

steps:
- name: Check out repository code
Expand Down

0 comments on commit fb88f3b

Please sign in to comment.