diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdda7a3..1ad5854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-18.04, ubuntu-20.04 ] - php: [ 7.3, 7.4, 8.0 ] + php: [ 7.3, 7.4, 8.0, 8.1 ] name: ${{ matrix.os }} - PHP${{ matrix.php }} steps: - name: Checkout Repo diff --git a/composer.json b/composer.json index 77552c0..7230882 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.3|~8.0.0", + "php": "^7.3|^8.0", "php-amqplib/php-amqplib": "^3.0", "illuminate/support": ">=6.20.0" },