Skip to content

Commit

Permalink
Merge pull request #433 from patchlevel/bc-check-8.2
Browse files Browse the repository at this point in the history
Revert PHP version for bc check to 8.2 due to latest release does not support 8.3
  • Loading branch information
DanielBadura authored Dec 12, 2023
2 parents 0927d06 + 3db80fd commit 2530ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.3"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down

0 comments on commit 2530ae2

Please sign in to comment.