From 59ade6f75aa3572a4a50c7d71cf655f4d080a821 Mon Sep 17 00:00:00 2001 From: Jan Lam Date: Thu, 8 Jul 2021 13:42:19 +0200 Subject: [PATCH] Support PHP8 --- .github/workflows/main.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 13d4160..aeed3ee 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-versions: ['7.3', '7.4'] + php-versions: ['7.3', '7.4', '8.0'] name: PHP ${{ matrix.php-versions }} steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 3c8a569..f218525 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Provide a real database, safe for testing purposes", "license": "MIT", "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "doctrine/orm": "^2.5.4" }, "require-dev": {