Skip to content

Commit

Permalink
CI tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Dec 20, 2023
1 parent 492bcd3 commit db4d316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-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.3', '7.4', '8.0']
moodle-branch: ['MOODLE_35_STABLE', 'MOODLE_311_STABLE', 'MOODLE_401_STABLE']
php: ['7.3', '7.4', '8.0', '8.1']
moodle-branch: ['MOODLE_35_STABLE', 'MOODLE_39_STABLE', 'MOODLE_311_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
database: [pgsql, mariadb]

steps:
Expand Down
59 changes: 0 additions & 59 deletions .travis.yml

This file was deleted.

0 comments on commit db4d316

Please sign in to comment.