Skip to content

Commit 2d85ca2

Browse files
fixing-changes
1 parent 4b0ad49 commit 2d85ca2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up PHP
1919
uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
2020
with:
21-
php-version: "8.3"
21+
php-version: "8.2"
2222

2323
- name: Install PHP dependencies
2424
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^8.1",
17+
"php": "^8.2",
1818
"laravel/lumen-framework": "^10.0",
1919
"squizlabs/php_codesniffer": "^3.7",
2020
"jobcloud/php-kafka-lib": "^2.0"

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)