Skip to content

Commit e215c23

Browse files
authored
Change GHC version in cabal-build-all.yml and update ajv in doc/docusaurus/package.json (#7642)
1 parent 1335df5 commit e215c23

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cabal-build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: [self-hosted, plutus-runner]
2121
strategy:
2222
matrix:
23-
ghc: [ghc910, ghc96, ghc98]
23+
ghc: [ghc912, ghc96]
2424
fail-fast: false
2525

2626
steps:

doc/docusaurus/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"@docusaurus/module-type-aliases": "^3.6.0",
2828
"@docusaurus/tsconfig": "^3.6.0",
2929
"@docusaurus/types": "^3.6.0",
30-
"typescript": "~5.2.2"
30+
"typescript": "~5.2.2",
31+
"ajv": ">=8.18.0"
3132
},
3233
"resolutions": {
3334
"cheerio": "1.0.0-rc.12",

doc/docusaurus/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2930,7 +2930,7 @@ ajv-keywords@^5.1.0:
29302930
dependencies:
29312931
fast-deep-equal "^3.1.3"
29322932

2933-
ajv@8.18.0, ajv@^8.0.0, ajv@^8.9.0:
2933+
ajv@8.18.0, ajv@>=8.18.0, ajv@^8.0.0, ajv@^8.9.0:
29342934
version "8.18.0"
29352935
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
29362936
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==

0 commit comments

Comments
 (0)