Skip to content

Commit

Permalink
Use php 8.1 for Roave BC check
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGallinari committed Oct 17, 2023
1 parent 7d7d4e3 commit 2386284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
name: Roave BC Check
runs-on: ubuntu-latest
env:
PHP_VERSION: 8.0
PHP_VERSION: 8.1
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2386284

Please sign in to comment.