Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
ref: MOODLE_404_STABLE
  • Loading branch information
ewallah authored Jul 9, 2024
1 parent 4f77d86 commit 421195d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
fail-fast: false
matrix:
moodle-branch: ['main']
php: ['8.1']
php: ['8.3']
database: ['mysqli']

steps:
- name: checkout plugin
uses: actions/checkout@v4
with:
path: this-plugin
ref: MOODLE_404_STABLE

- name: setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 421195d

Please sign in to comment.