Skip to content

Commit

Permalink
ci run only with php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Nov 12, 2024
1 parent 26f1b51 commit 93f160f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"main-moodle": "MOODLE_405_STABLE",
"main-php": "8.3",
"main-php": "8.2",
"main-oc": "16.6",
"ocs": ["16.6", "15.11"],
"main-db": "mariadb",
"moodle-php": {
"MOODLE_405_STABLE": ["8.1", "8.2"]
"MOODLE_405_STABLE": "8.2"
},
"moodle-plugin-ci": "4.5.5"
}

0 comments on commit 93f160f

Please sign in to comment.