Skip to content
Snippets Groups Projects
Commit 714436c9 authored by Cameron Ball's avatar Cameron Ball
Browse files

Update CI

- Output Maxima build info
- Add MOODLE_401 branch
parent 2d089994
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ jobs: ...@@ -8,7 +8,7 @@ jobs:
services: services:
postgres: postgres:
image: postgres:12 image: postgres:13
env: env:
POSTGRES_USER: 'postgres' POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust' POSTGRES_HOST_AUTH_METHOD: 'trust'
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: # I don't know why, but mariadb is much slower, so mostly use pgsql. matrix: # I don't know why, but mariadb is much slower, so mostly use pgsql.
include: include:
- php: '7.4' - php: '8.0'
moodle-branch: 'master' moodle-branch: 'master'
database: 'pgsql' database: 'pgsql'
- php: '7.4' - php: '7.4'
...@@ -56,6 +56,7 @@ jobs: ...@@ -56,6 +56,7 @@ jobs:
sudo apt-get install gnuplot maxima maxima-share texinfo sudo apt-get install gnuplot maxima maxima-share texinfo
maxima --list-avail maxima --list-avail
echo "diff(x^2,x);" | maxima echo "diff(x^2,x);" | maxima
echo "build_info();" | maxima
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v2 uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment