ci: do not run benchmarks on PHP 8.1 yet

This commit is contained in:
Ben Ramsey
2021-08-06 14:35:22 -05:00
parent 0b4be8392a
commit 20fa0c9849
@@ -57,7 +57,6 @@ jobs:
benchmark:
name: "Benchmark"
runs-on: "ubuntu-latest"
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
@@ -67,12 +66,6 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
experimental:
- false
include:
- php-version: "8.1"
experimental: true
composer-options: "--ignore-platform-req=php"
steps:
- name: "Checkout repository"
@@ -88,8 +81,6 @@ jobs:
- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v1"
with:
composer-options: "${{ matrix.composer-options }}"
- name: "Run PHPBench"
run: "composer phpbench -- --ansi"