Skip to content

Commit

Permalink
Assure compatibility for Moodle 4.1.0 (and PHP 8.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Feb 7, 2023
1 parent 986111a commit 70b0e91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
fail-fast: false
matrix:
include:
- php: 8.1
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.1
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 8.0
moodle-branch: MOODLE_401_STABLE
database: pgsql
Expand Down

0 comments on commit 70b0e91

Please sign in to comment.