Skip to content

Commit

Permalink
Drop support for PHP 7.4, add support for PHP 8.1 and 8.2
Browse files Browse the repository at this point in the history
Drop support for Moodle 4.2, add support for Moodle 4.3 and 4.4
  • Loading branch information
Vidalia committed May 3, 2024
1 parent 6594754 commit e94fcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE']
php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down

0 comments on commit e94fcc3

Please sign in to comment.