Skip to content

Commit

Permalink
Bump remaining expired switches
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber committed Oct 31, 2023
1 parent af49644 commit aecbd7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object DeeplyRead
name = "deeply-read",
description = "When ON, deeply read footer section is displayed",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 10, 31),
sellByDate = LocalDate.of(2023, 11, 30),
participationGroup = Perc0A,
)

Expand All @@ -36,7 +36,7 @@ object Lightbox
name = "lightbox",
description = "Testing the impact lightbox might have on our CWVs",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 10, 30),
sellByDate = LocalDate.of(2023, 11, 30),
participationGroup = Perc0B,
)

Expand Down Expand Up @@ -83,7 +83,7 @@ object OfferHttp3
name = "offer-http3",
description = "Offer HTTP3 by providing the header and redirecting URLs to enable loading of assets with HTTP3",
owners = Seq(Owner.withGithub("paulmr")),
sellByDate = LocalDate.of(2023, 10, 30),
sellByDate = LocalDate.of(2023, 11, 30),
participationGroup = Perc1E,
)

Expand All @@ -92,6 +92,6 @@ object OphanEsm
name = "ophan-esm",
description = "Use ophan-tracker-js@2, which uses native ES Modules",
owners = Seq(Owner.withGithub("@guardian/ophan")),
sellByDate = LocalDate.of(2023, 10, 31),
sellByDate = LocalDate.of(2023, 11, 30),
participationGroup = Perc50,
)

0 comments on commit aecbd7a

Please sign in to comment.