From 090d8c9e2c825574af7741741409bcd3d5f2078d Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Wed, 20 Sep 2023 23:55:32 +0700 Subject: [PATCH] chore: require php8.1 in coverage --- .github/workflows/test-phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index 63f7a65..3cf4299 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -73,7 +73,7 @@ jobs: TERM: xterm-256color TACHYCARDIA_MONITOR_GA: enabled - - if: matrix.php-versions == '8.0' + - if: matrix.php-versions == '8.1' name: Run Coveralls continue-on-error: true run: |