From 1763c1b4cc005e49dd17791339b1cb87cebdff81 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 17 Jan 2022 13:10:08 +0100 Subject: [PATCH] Enable testing with PHP 8.1 --- .github/workflows/laravel.yml | 2 +- .travis.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 2dd18acfc..18eaa33c9 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -25,7 +25,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' extensions: gd, intl, memcached, sodium composer: v2 diff --git a/.travis.yml b/.travis.yml index 2cb342760..74c242b98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,10 @@ notifications: php: - '8.0' + - '8.1' addons: - mariadb: '10.4' + mariadb: '10.5' apt: packages: - curl