Skip to content

Commit 5c4f88c

Browse files
authored
🍎 PHP8.2 support (#38)
1 parent e1e8450 commit 5c4f88c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€Ž.github/workflows/php.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
operating-system: ['ubuntu-latest']
17-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
17+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

β€Žcomposer.jsonβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"name": "Godruoyi",
1717
"email": "[email protected]"
1818
}],
19-
"require": {},
19+
"require": {
20+
"php": ">=7.2"
21+
},
2022
"require-dev": {
2123
"phpunit/phpunit": "~7|^8|^9"
2224
},

0 commit comments

Comments
Β (0)