diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a2d9b9..ac503db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ '7.4' ] - neos-versions: [ '7.3' ] + php-versions: [ '8.0', '8.1' ] + neos-versions: [ '7.3', '8.3' ] include: - - php-versions: '8.1' + - php-versions: '8.2' neos-versions: '8.3' runs-on: ubuntu-latest diff --git a/composer.json b/composer.json index 44d8737..7bcf46b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,8 @@ "name": "sitegeist/lostintranslation", "license": "GPL-3.0-or-later", "require": { - "neos/neos": "^5.3 || ^7.0 || ^8.0 || dev-master", + "php": "^8.0", + "neos/neos": "^7.0 || ^8.0 || dev-master", "neos/http-factories": "^6.3 || ^7.0 || ^8.0 || dev-master" }, "autoload": {