From 412cc432e94e2b6ff6a7fd9554f61d135a58889e Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 8 Apr 2021 14:45:41 +0200 Subject: [PATCH] Allow PHP 8.0 installation - Add gh PHP 8.0 worflow --- .github/workflows/behat.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index ce6f40d705..8f1763cd72 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4'] + php-versions: ['7.4', '8.0'] # services: # mysql: diff --git a/composer.json b/composer.json index 3247e92582..c9d2850694 100755 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "laminas/laminas-config": "~3.2", "laminas/laminas-feed": "~2.10", "laminas/laminas-filter": "~2.9", - "laminas/laminas-permissions-acl": "~2.7", + "laminas/laminas-permissions-acl": "2.8.x-dev", "league/csv": "^9.1", "league/glide-symfony": "dev-master", "maennchen/zipstream-php": "^2.0",