Skip to content

Commit

Permalink
chore: require php8.1 in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Sep 20, 2023
1 parent 2aed971 commit 090d8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 090d8c9

Please sign in to comment.