Commit 3edc1193 authored by Robert Goldman's avatar Robert Goldman
Browse files

Merge branch 'ccl1.13-ci' into 'master'

Test with updated CCL and SBCL images.

See merge request asdf/asdf!236
parents 44a3d682 d7f68572
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ Build docs:
  artifacts:
    when: always
    paths:
      - build/results/$l-test.text
      - build/results
  needs: []
  retry:
    max: 2
@@ -81,10 +81,17 @@ Regression test:
    matrix:
      - l: [abcl, ccl, clisp, cmucl, ecl, sbcl]
        IMAGE_TAG: latest
      # Use only bullseye images; bookworm images seem
      # incompatible with the runner.
      - l: ccl
        IMAGE: rpgoldman/ccl:1.13-bullseye
      - l: sbcl
        IMAGE: rpgoldman/sbcl:2.4.6-bullseye
      - l: clasp
        IMAGE_TAG: "b14e329f49998275579926da2a737885ceb2cea7"
      - l: abcl
        IMAGE_TAG: 1.7.1-jdk8
      # drop ancient ABCL version
      # - l: abcl
      #   IMAGE_TAG: 1.7.1-jdk8
      - l: allegro
        IMAGE: rpgoldman/allegro11express
      - l: allegro