Skip to content

Commit

Permalink
chore(): fix moodle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
isuru89 committed Aug 24, 2024
1 parent 1fade12 commit f905d7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.0
moodle-branch: MOODLE_35_STABLE
- php: 7.4
moodle-branch: MOODLE_38_STABLE
database: mariadb
plugin-ci: ^3
plugin-ci: ^4

- php: 8.0
moodle-branch: MOODLE_403_STABLE
- php: 8.1
moodle-branch: MOODLE_404_STABLE
database: mariadb
plugin-ci: ^4

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

Expand Down

0 comments on commit f905d7f

Please sign in to comment.