Skip to content
Snippets Groups Projects
Commit 9a393773 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

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
......@@ -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'
......
......@@ -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"?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment