Skip to content

Commit

Permalink
syntax fix in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Mar 13, 2024
1 parent 5c96fd6 commit cf17932
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.2']
moodle-branch: ['master']
moodle-branch: ['MOODLE_403_STABLE']
database: ['pgsql']

steps:
Expand Down Expand Up @@ -115,17 +115,17 @@ jobs:
database: ['mariadb', 'pgsql']
include:
- php: '8.2'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'

steps:
- name: Start MariaDB
Expand Down

0 comments on commit cf17932

Please sign in to comment.