Skip to content

Commit 708f8f2

Browse files
committed
Downgraded PHP Bersion for the Code Styles job
1 parent b0d8a52 commit 708f8f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v3
24+
- name: Setup PHP Action
25+
uses: shivammathur/setup-php@v2
26+
with:
27+
php-version: 8.0
2428
- name: Set up Python ${{ matrix.python-version }}
2529
uses: actions/setup-python@v3
2630
with:

0 commit comments

Comments
 (0)