From fde562ed614c725976bc2a94d49356a0b7f238f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Fri, 17 Dec 2021 18:43:18 +0100 Subject: [PATCH] Bump CI to php 8.1 (and tests root against php 8.2) (#1148) --- .github/workflows/branch_alias.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch_alias.yml b/.github/workflows/branch_alias.yml index 6aef10a..5209ac9 100644 --- a/.github/workflows/branch_alias.yml +++ b/.github/workflows/branch_alias.yml @@ -13,7 +13,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 coverage: none - name: Find branch alias diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f7c850..4e80845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1'] steps: - name: Set up PHP