We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89755da + 04ee4ed commit 3941875Copy full SHA for 3941875
.github/workflows/php.yml
@@ -15,6 +15,8 @@ jobs:
15
php-version:
16
- "7.4"
17
- "8.1"
18
+ - "8.2"
19
+ - "8.3"
20
dependencies:
21
- "lowest"
22
- "highest"
composer.json
@@ -2,7 +2,7 @@
2
"name": "magento/composer",
3
"description": "Magento composer library helps to instantiate Composer application and run composer commands.",
4
"type": "library",
5
- "version": "1.9.0",
+ "version": "1.10.0-beta1",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
0 commit comments