Skip to content

Commit

Permalink
remove 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jan 8, 2024
1 parent 858fc88 commit f367058
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- php: '8.2'
moodle-branch: 'main'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
database: 'pgsql'

steps:
- name: checkout plugin
Expand All @@ -54,14 +51,6 @@ jobs:
ini-values: max_input_vars=5000
coverage: pcov

- name: npm cache
uses: actions/cache@v3
with:
path: ~/.npm
key: node-${{ matrix.php }}-${{ matrix.moodle-branch }}-${{ matrix.database }}-cache
restore-keys: |
node-${{ matrix.php }}-${{ matrix.moodle-branch }}-${{ matrix.database }}-cache
- name: composer
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci
Expand Down

0 comments on commit f367058

Please sign in to comment.