Skip to content

Commit

Permalink
CI improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Sep 22, 2024
1 parent 2a65f80 commit a0b37d3
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,9 @@ jobs:
strategy:
fail-fast: true
matrix:
include:
- moodle-branch: 'MOODLE_402_STABLE'
php: '8.0'
database: mariadb
- moodle-branch: 'MOODLE_402_STABLE'
php: '8.1'
database: mariadb
- moodle-branch: 'main'
php: '8.1'
database: mariadb
- moodle-branch: 'main'
php: '8.2'
database: mariadb
php: ['8.1', '8.3']
moodle-branch: ['main']
database: [mariadb]

steps:
- name: Check out repository code
Expand Down

0 comments on commit a0b37d3

Please sign in to comment.