From 15be0c93febd22588b700000387e7dd11041e971 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 4 Apr 2022 10:04:21 +0200 Subject: [PATCH 1/2] Update master php testing versions Signed-off-by: Joas Schilling --- .github/workflows/lint-php.yml | 2 +- .github/workflows/phpunit.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 45493c3..b6432a3 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ["7.3", "7.4", "8.0"] + php-versions: ["7.3", "7.4", "8.0", "8.1"] name: php-lint diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 350a3cd..316bb0f 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -21,6 +21,10 @@ jobs: php-versions: ['7.4', '8.0'] databases: ['sqlite'] server-versions: ['stable21', 'stable22', 'stable23', 'master'] + include: + - php-versions: '8.1' + server-versions: 'master' + databases: 'sqlite' name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} From 2d837d9f86f57611cc9413839d6a72b67485f1e5 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 4 Apr 2022 11:58:14 +0200 Subject: [PATCH 2/2] bump setup to v2 Signed-off-by: Arthur Schiwon --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 316bb0f..412fbe0 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -42,7 +42,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@v1 + uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} tools: phpunit