Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton committed Apr 9, 2024
1 parent dd4405e commit d7a027d
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- php: '8.3'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.3'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'master'
database: 'pgsql'
php: ['8.1', '8.2', '8.3']
moodle-branch: ['master']
database: [pgsql, mariadb]

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin

Expand Down

0 comments on commit d7a027d

Please sign in to comment.