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 ea20d97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.0
moodle-branch: MOODLE_35_STABLE
- php: 7.4
moodle-branch: MOODLE_389
database: mariadb
plugin-ci: ^3
plugin-ci: ^4

- php: 8.0
moodle-branch: MOODLE_403_STABLE
Expand All @@ -32,7 +32,7 @@ jobs:

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

Expand Down

0 comments on commit ea20d97

Please sign in to comment.