Skip to content

Commit

Permalink
Update moodle-ci.yml add mysql to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen authored May 4, 2024
1 parent ce7937d commit 69a1bbb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



name: Moodle plugin CI
on: [push, pull_request]

Expand Down Expand Up @@ -33,9 +30,9 @@ jobs:
fail-fast: false
matrix:
include:
# - php: '8.0'
# moodle-branch: 'MOODLE_402_STABLE'
# database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'master'
database: 'pgsql'
Expand Down

0 comments on commit 69a1bbb

Please sign in to comment.