diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9eb55..5c26d3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ on: jobs: silverstripe_5_php81: - name: "Silverstripe 5.0 | PHP 8.1" + name: "Silverstripe 5.3 | PHP 8.2" runs-on: ubuntu-latest env: - php_version: 8.1 + php_version: 8.2 php_extensions: ctype, dom, fileinfo, hash, intl, mbstring, session, simplexml, tokenizer, xml, pdo, mysqli, gd, zip services: mysql: @@ -80,7 +80,7 @@ jobs: composer config allow-plugins.composer/installers true composer config allow-plugins.silverstripe/recipe-plugin true composer config allow-plugins.silverstripe/vendor-plugin true - composer require silverstripe/versioned 2.0.* + composer require silverstripe/versioned 2.3.* composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi - name: Configure Environment