Skip to content

Commit

Permalink
Fixed lingering PHP 8.0 CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Jan 10, 2025
1 parent 691ec41 commit 8c2f7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# @see https://xdebug.org/docs/all_settings#mode
xdebug3-mode: ['develop,coverage', 'coverage']
include:
- php: '8.0'
- php: '8.1'
os: 'ubuntu'
dependency: 'lowest'
xdebug3-mode: 'develop,coverage'
Expand Down

0 comments on commit 8c2f7bc

Please sign in to comment.