Skip to content

Commit 6f0a7af

Browse files
authored
Add support for PHP 8.2 and 8.4 (#4)
1 parent 3a74128 commit 6f0a7af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: prinsfrank/CI-PHP/.github/workflows/quality.yml@main
1616
with:
1717
PHP_VERSION: '8.3'
18-
PHP_VERSIONS: '["8.3"]'
18+
PHP_VERSIONS: '["8.2", "8.3", "8.4"]'
1919
secrets: inherit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## Setup
1717

1818
> **Note**
19-
> Make sure you are running PHP 8.3 or higher to use this package
19+
> Make sure you are running PHP 8.2 or higher to use this package
2020
2121
To start right away, run the following command in your composer project;
2222

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.3",
17+
"php": "^8.2",
1818
"prinsfrank/enums": "^1.2"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)