Skip to content

Commit f6544e8

Browse files
ivankamkinIvan Kamkin
andauthored
Update version (#90)
Add PHP 8.5 to test Co-authored-by: Ivan Kamkin <[email protected]>
1 parent c563219 commit f6544e8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/php-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
4646
# See: https://www.php.net/supported-versions
47-
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
47+
php-versions: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
4848
continue-on-error: true
4949

5050
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php)
77

88
- API version: 4.0
9-
- Package version: 25.10.0
9+
- Package version: 25.11.0
1010
- Supported PHP versions: ">=8.0"
1111

1212
## SDK and API Version Compatibility:

docs/Model/DecodeBarcodeType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DecodeBarcodeType
22

3-
See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType
3+
See Aspose.BarCode.BarCodeRecognition.DecodeType
44
## Allowable values
55

66
* **MOST_COMMONLY_USED**

src/Aspose/BarCode/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
2020
*
2121
* @var string
2222
*/
23-
protected $clientVersion = '25.10.0';
23+
protected $clientVersion = '25.11.0';
2424

2525
/**
2626
* ClientId for API

src/Aspose/BarCode/Model/DecodeBarcodeType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* DecodeBarcodeType
1111
*
12-
* @description See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType
12+
* @description See Aspose.BarCode.BarCodeRecognition.DecodeType
1313
*/
1414
class DecodeBarcodeType
1515
{

0 commit comments

Comments
 (0)