diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6950555..be07b55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,31 +20,20 @@ jobs: matrix: os: - ubuntu-latest -# - windows-latest php-version: - - "7.3" - - "7.4" -# - "8.0" + - "8.0" + - "8.1" + - "8.2" + - "8.3" compiler: - default dependencies: -# - lowest + - lowest - highest -# include: -# - os: ubuntu-latest -# php-version: "8.0" -# compiler: jit -# dependencies: highest -# -# - os: windows-latest -# php-version: "8.0" -# compiler: jit -# dependencies: highest - steps: - name: Checkout uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 3993226..8847395 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "7.4.* || 8.0.* || 8.1.* || 8.2.*", + "php": "8.0.* || 8.1.* || 8.2.* || 8.3.*", "neos/flow": "^7.3 || ^8.0 || ^9.0", "guzzlehttp/guzzle": "^6.0 || ^7.0", "flownative/oauth2-client": "^4.0.0",