Skip to content

Commit

Permalink
code_review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Dec 12, 2024
1 parent be11c22 commit ae6b003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['main']
php: ['8.3']
moodle-branch: ['MOODLE_405_STABLE']
php: ['8.2']
database: ['pgsql']

steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
php: ['8.2']
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE']
database: ['mariadb', 'pgsql']
include:
- php: '8.3'
moodle-branch: 'main'
database: 'pgsql'

steps:
- name: checkout plugin
Expand Down

0 comments on commit ae6b003

Please sign in to comment.