Skip to content

Commit f1ff6e0

Browse files
authored
Fix and add new badge (#33)
1 parent 3a53481 commit f1ff6e0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/php-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
15+
# See: https://www.php.net/supported-versions
1516
php-versions: ['7.3', '8.0', '8.1']
1617
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1718
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Aspose.BarCode Cloud SDK for PHP
22

33
[![License](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-php)](LICENSE)
4-
[![PHP Composer](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml)
4+
[![PHP Latest Version](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml)
5+
[![PHP Supported Versions](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php-versions.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php-versions.yml)
56
[![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php)
67

78
- API version: 3.0

0 commit comments

Comments
 (0)