Skip to content

Commit 28d7853

Browse files
authored
Apply suggestions from code review
1 parent efc6dd4 commit 28d7853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Set-up PHP"
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.2
29+
php-version: 8.1
3030
coverage: none
3131
tools: "composer:v2"
3232

@@ -93,7 +93,7 @@ jobs:
9393
- name: Set-up PHP
9494
uses: shivammathur/setup-php@v2
9595
with:
96-
php-version: 8.2
96+
php-version: 8.1
9797
coverage: none
9898

9999
- name: Fetch branch from where the PR started

0 commit comments

Comments
 (0)