We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a74128 commit 6f0a7afCopy full SHA for 6f0a7af
.github/workflows/ci.yml
@@ -15,5 +15,5 @@ jobs:
15
uses: prinsfrank/CI-PHP/.github/workflows/quality.yml@main
16
with:
17
PHP_VERSION: '8.3'
18
- PHP_VERSIONS: '["8.3"]'
+ PHP_VERSIONS: '["8.2", "8.3", "8.4"]'
19
secrets: inherit
README.md
@@ -16,7 +16,7 @@
## Setup
> **Note**
-> Make sure you are running PHP 8.3 or higher to use this package
+> Make sure you are running PHP 8.2 or higher to use this package
20
21
To start right away, run the following command in your composer project;
22
composer.json
@@ -14,7 +14,7 @@
14
}
},
"require": {
- "php": "~8.3",
+ "php": "^8.2",
"prinsfrank/enums": "^1.2"
"require-dev": {
0 commit comments