Skip to content

Commit 1883031

Browse files
committed
Set the v1.0.0 release
1 parent fa4d0b7 commit 1883031

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![CI](https://github.com/antfroger/php-version-action/actions/workflows/ci.yml/badge.svg)
55
[![Check dist](https://github.com/antfroger/php-version-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/antfroger/php-version-action/workflows/check-dist.yml)
66
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)
7+
[![Release](https://img.shields.io/github/release/antfroger/php-version-action.svg?style=flat-square)](https://github.com/antfroger/php-version-action/releases)
78

89
A GitHub Action that automatically determines PHP versions for your workflows by reading your `composer.json` file. This
910
action eliminates the need to hardcode PHP versions in your GitHub Actions workflows, making them more maintainable and

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-version-action",
33
"description": "PHP version action",
4-
"version": "1.0.0",
4+
"version": "v1.0.0",
55
"author": "Antoine Froger",
66
"type": "module",
77
"repository": {

0 commit comments

Comments
 (0)