diff --git a/README.md b/README.md index e1e8f5d4ed..b6689c61f8 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,19 @@ in a watched mode with growl turned on. Refer to build commands section to look up the commands to open the StoryTeller editor or run the StoryTeller specs. +### Current Build Matrix + +| CI | .NET | Postgres | plv8 | Serializer | +|-----------------|:----:|:---------:|:------------------:|:----------:| +| GitHub Actions | 6 | 12.8 | :white_check_mark: | STJ | +| GitHub Actions | 6 | 15-alpine | :x: | Newtonsoft | +| GitHub Actions | 7 | 12.8 | :white_check_mark: | JSON.NET | +| GitHub Actions | 7 | latest | :x: | STJ | +| Azure Pipelines | 8 | 12.8 | :white_check_mark: | JSON.NET | +| Azure Pipelines | 8 | 12.8 | :white_check_mark: | STJ | +| Azure Pipelines | 8 | 15-alpine | :x: | STJ | +| Azure Pipelines | 8 | latest | :x: | Newtonsoft | + ## Documentation All the documentation is written in Markdown and the docs are published as a static site hosted in Netlify. v4.x and v3.x use different documentation tools hence are detailed below in separate sub-sections. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14a2a68c7e..cced3d55fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,11 +65,11 @@ jobs: plv8: true pg15: postgresService: pg15 - serializer: Newtonsoft + serializer: SystemTextJson plv8: false pgLatest: postgresService: pgLatest - serializer: SystemTextJson + serializer: Newtonsoft plv8: false services: postgres: $[ variables['postgresService'] ]