Skip to content

Commit

Permalink
Fixing ci.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Oct 24, 2022
1 parent 88734da commit cf55d60
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,9 @@ jobs:
- php: '8.0'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.0'
- php: '7.3'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_311_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
database: 'mariadb'
- php: '7.3'
moodle-branch: 'MOODLE_310_STABLE'
database: 'pgsql'
- php: '7.2'
moodle-branch: 'MOODLE_39_STABLE'
database: 'pgsql'

services:
postgres:
Expand Down

0 comments on commit cf55d60

Please sign in to comment.