From 9f0657e2b04e3dce88f364010af78e284ca96dcf Mon Sep 17 00:00:00 2001 From: Erik Niebla Date: Mon, 20 Dec 2021 10:24:21 -0500 Subject: [PATCH] ci(PHP 8.1): add CI processes for PHP 8.1 --- .github/workflows/main-ci.yml | 2 +- .travis.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index f50d1a0e..7d59bf14 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0" ] + php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1" ] service: [ php-fpm, php-worker, workspace ] steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index f3290be2..b34ef2ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ env: - PHP_VERSION=7.3 BUILD_SERVICE=php-worker - PHP_VERSION=7.4 BUILD_SERVICE=php-worker - PHP_VERSION=8.0 BUILD_SERVICE=php-worker + - PHP_VERSION=8.1 BUILD_SERVICE=php-worker - PHP_VERSION=7.0 BUILD_SERVICE=laravel-horizon - PHP_VERSION=7.1 BUILD_SERVICE=laravel-horizon @@ -23,6 +24,7 @@ env: - PHP_VERSION=7.3 BUILD_SERVICE=laravel-horizon - PHP_VERSION=7.4 BUILD_SERVICE=laravel-horizon - PHP_VERSION=8.0 BUILD_SERVICE=laravel-horizon + - PHP_VERSION=8.1 BUILD_SERVICE=laravel-horizon - PHP_VERSION=NA BUILD_SERVICE=solr - PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"