Skip to content

Commit 73e1e03

Browse files
ivankamkinIvan KamkinDenis-Averin
authored
Release 24.12 (#77)
* Version updated * Continue tests on error --------- Co-authored-by: Ivan Kamkin <[email protected]> Co-authored-by: Denis Averin <[email protected]>
1 parent 0bd4bf3 commit 73e1e03

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/php-versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
4646
# See: https://www.php.net/supported-versions
4747
php-versions: ['7.4', '8.1', '8.2', '8.3']
48+
continue-on-error: true
49+
4850
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
4951
steps:
5052
- name: Checkout

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: 3.0
9-
- Package version: 24.11.0
9+
- Package version: 24.12.0
1010
- Supported PHP versions: ">=7.4 || >=8.0"
1111

1212
## Demo applications

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 = '24.11.0';
23+
protected $clientVersion = '24.12.0';
2424

2525
/**
2626
* ClientId for API

0 commit comments

Comments
 (0)