Skip to content

Commit

Permalink
CI: Test PHP 8.3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Oct 13, 2024
1 parent 9afd7df commit 620d96a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main-moodle": "MOODLE_404_STABLE",
"main-php": "8.2",
"main-php": "8.3",
"moodle-php": {
"MOODLE_401_STABLE": ["7.4", "8.0", "8.1"],
"MOODLE_402_STABLE": ["8.0", "8.1", "8.2"],
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Moodle Plugin Release

########################################################################################################################

on:
release:
types: [ published ]

########################################################################################################################

jobs:
call-moodle-release-workflow:
uses: learnweb/moodle-workflows-learnweb/.github/workflows/moodle-release.yml@main
Expand Down

0 comments on commit 620d96a

Please sign in to comment.