silverstripe / silverstripe-graphql

Serves Silverstripe data as GraphQL representations
BSD 3-Clause "New" or "Revised" License
52 stars 61 forks source link

DEP Use webonyx/graphq-php 15 #512

Closed emteknetnz closed 1 year ago

emteknetnz commented 1 year ago

Issue https://github.com/silverstripe/silverstripe-graphql/issues/511

I've added an extra job to PHP 8.2 in CI

Behat failure for elemental job I believe is because elemental is not yet CMS 5 compatible? I get the same error locally running both PHP 8.1 and PHP 8.2 with the the old v14 of webonyx/graphql.

image

GuySartorelli commented 1 year ago

Elemental was made cms5 compatible in the first run - BUT it's JavaScript hasn't been updated yet which is causing the behat failures. That's being done in https://github.com/silverstripe/silverstripe-elemental/pull/1032