diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 019bfb7f..4d8a840f 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,6 +19,7 @@ jobs: matrix: php-version: - "7.4" + - "8.0" steps: - name: "Checkout" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dcf35d55..81450f64 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,6 +23,7 @@ jobs: - "7.2" - "7.3" - "7.4" + - "8.0" symfony-version: - "4.4.x" - "5.1.x" diff --git a/composer.json b/composer.json index d99335cd..74607159 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ {"name": "Jonathan H. Wage", "email": "jonwage@gmail.com"} ], "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "doctrine/annotations": "^1.2", "doctrine/mongodb-odm": "^2.0.0", "doctrine/persistence": "^1.3.6|^2.0",