Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
- Relates to issue #134.
  • Loading branch information
martignoni committed Jun 28, 2024
1 parent de212a1 commit 2b1d7ce
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Moodle Plugin CI
# Based on version gha.dist.yml version 4.1.2
# Based on version gha.dist.yml version 4.5.2

on:
push:
Expand Down Expand Up @@ -38,12 +38,12 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_403_STABLE']
moodle-branch: ['MOODLE_404_STABLE']
database: [pgsql, mariadb]

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

Expand Down Expand Up @@ -77,11 +77,6 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci phplint

- name: PHP Copy/Paste Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpcpd

# For now, assume this succeeds.
- name: PHP Mess Detector
continue-on-error: true # This step will show errors but will not fail
Expand Down

0 comments on commit 2b1d7ce

Please sign in to comment.