Skip to content

Commit

Permalink
ci: upgrade php version to launch roave/backward-compatibility-check
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Feb 26, 2024
1 parent 4301776 commit d0b79e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Composer install
run: composer require --dev roave/backward-compatibility-check
- name: Roave BC Check
Expand Down

0 comments on commit d0b79e3

Please sign in to comment.