Skip to content

Commit

Permalink
Update automated testing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Oct 3, 2024
1 parent d0e15d2 commit 1f5a893
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
moodle-branch:
[
'MOODLE_311_STABLE',
'MOODLE_400_STABLE',
'MOODLE_401_STABLE',
'MOODLE_402_STABLE',
'MOODLE_403_STABLE',
'MOODLE_404_STABLE',
]
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: [pgsql]
include:
- moodle-branch: MOODLE_404_STABLE
Expand All @@ -57,20 +49,8 @@ jobs:
php: 7.4
- moodle-branch: MOODLE_404_STABLE
php: 8.0
- moodle-branch: MOODLE_311_STABLE
php: 8.1
- moodle-branch: MOODLE_400_STABLE
php: 8.1
- moodle-branch: MOODLE_311_STABLE
php: 8.2
- moodle-branch: MOODLE_400_STABLE
php: 8.2
- moodle-branch: MOODLE_401_STABLE
php: 8.2
- moodle-branch: MOODLE_311_STABLE
php: 8.3
- moodle-branch: MOODLE_400_STABLE
php: 8.3
- moodle-branch: MOODLE_401_STABLE
php: 8.3
- moodle-branch: MOODLE_402_STABLE
Expand Down Expand Up @@ -125,7 +105,7 @@ jobs:

- name: Moodle Code Checker
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpcs --max-warnings 0 --exclude moodle.Commenting.MissingDocblock
run: moodle-plugin-ci phpcs --max-warnings 0 --exclude moodle.Commenting.MissingDocblock --exclude PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated

# - name: Moodle PHPDoc Checker
# if: ${{ !cancelled() }}
Expand Down

0 comments on commit 1f5a893

Please sign in to comment.