Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-qtype_stack
Commits
9a393773
Commit
9a393773
authored
2 years ago
by
Chris Sangwin
Browse files
Options
Downloads
Patches
Plain Diff
Remove PHP 8.2 from CI for now as it obscures other failure modes. Issue #986.
parent
5b3a46f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/moodle-ci.yml
+3
-1
3 additions, 1 deletion
.github/workflows/moodle-ci.yml
doc/en/Developer/Development_track.md
+5
-4
5 additions, 4 deletions
doc/en/Developer/Development_track.md
with
8 additions
and
5 deletions
.github/workflows/moodle-ci.yml
+
3
−
1
View file @
9a393773
...
...
@@ -32,11 +32,13 @@ jobs:
matrix
:
# I don't know why, but mariadb is much slower, so mostly use pgsql.
# We use a mix of SBCL and GCL, but mostly prefer SBCL as it is faster.
include
:
# There is a known problem with PHP 8.2.
# Remove testing PHP 8.2 for now as this failure in CI will obscure other problems.
-
php
:
'
8.1'
moodle-branch
:
'
master'
database
:
'
pgsql'
maxima
:
'
SBCL'
-
php
:
'
8.
2
'
-
php
:
'
8.
1
'
moodle-branch
:
'
MOODLE_402_STABLE'
database
:
'
pgsql'
maxima
:
'
GCL'
...
...
This diff is collapsed.
Click to expand it.
doc/en/Developer/Development_track.md
+
5
−
4
View file @
9a393773
...
...
@@ -15,11 +15,12 @@ DONE
5.
Caschat page now saves question variables and general feedback back into the question. Fixes issue #984.
6.
Confirm support for Maxima 5.46.0 and 5.47.0.
TODO: List of long lasting issues dealt with, that might need to be notified/closed, note that some of these have connecting issues:
#671, #420
TODO:
1.
Error messages: use caserror.class more fully to use user information to target error messages.
2.
Remove all "cte" code from Maxima - mostly install.
1.
Support for PHP 8.2. See issue #986.
2.
Fix markdown problems. See issue #420.
3.
Error messages: use caserror.class more fully to use user information to target error messages.
4.
Remove all "cte" code from Maxima - mostly install.
## For "inputs 2"?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment