Skip to content

Commit 4aa28d4

Browse files
authored
Merge pull request #97 from php-mod/php82
add php 8.2 test
2 parents 54dd2aa + 4e79a03 commit 4aa28d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
17+
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1818
steps:
1919
## checkout the repoistory
2020
- name: Checkout Repo
@@ -57,4 +57,4 @@ jobs:
5757
chmod +x ./cc-test-reporter
5858
./cc-test-reporter after-build -t clover
5959
if: matrix.php == '7.1'
60-
continue-on-error: true # if is fork
60+
continue-on-error: true # if is fork

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. This projec
77
+ [#95](https://github.com/php-mod/curl/issues/95) Potential memory leak prevention where curl object was not destroyed due to object reference.
88
+ [#94](https://github.com/php-mod/curl/pull/94) Added method to retrieve all curl options from current object.
99
+ [#93](https://github.com/php-mod/curl/pull/93) Text and Coding Standards update.
10+
+ [#97](https://github.com/php-mod/curl/pull/97) Added Unit Testing for PHP 8.2.
1011

1112
## 2.4.0 (29. August 2022)
1213

0 commit comments

Comments
 (0)