Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshelkov committed Aug 7, 2023
1 parent 1580e5e commit dc9d00b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
- develop
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'
pull_request:
branches:
- master
- develop
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'

jobs:
tests:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.25

- Fixed problems which cause warning for PHP 8.2
- Migrate tests from Travis to GitHub Actions
- Added tests for PHP 8.0, 8.1, 8.2

2.0.24

- Rename Object to BaseObject (as Object is reserved keyword from PHP 7.2)
Expand Down Expand Up @@ -57,4 +63,4 @@

1.0.0-1.0.2

- First version
- First version

0 comments on commit dc9d00b

Please sign in to comment.