Skip to content

Commit 3941875

Browse files
authored
Merge pull request #20 from magento-commerce/1.10.0-beta1-release
1.10.0-beta1 release
2 parents 89755da + 04ee4ed commit 3941875

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/php.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
php-version:
1616
- "7.4"
1717
- "8.1"
18+
- "8.2"
19+
- "8.3"
1820
dependencies:
1921
- "lowest"
2022
- "highest"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/composer",
33
"description": "Magento composer library helps to instantiate Composer application and run composer commands.",
44
"type": "library",
5-
"version": "1.9.0",
5+
"version": "1.10.0-beta1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

0 commit comments

Comments
 (0)