File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,16 @@ name: CI
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - ' **'
7
+ tags :
8
+ - ' *'
5
9
paths-ignore :
6
10
- ' **.md'
7
11
- ' **.txt'
8
12
pull_request :
13
+ branches :
14
+ - master
9
15
10
16
jobs :
11
17
build :
@@ -142,5 +148,5 @@ jobs:
142
148
tag : ${{ steps.get-version.outputs.version }}
143
149
bodyFile : " ./release-notes.md"
144
150
allowUpdates : true
145
- artifacts : " ./build-artifacts/*.zip"
151
+ artifacts : " ./build-artifacts/*/* .zip"
146
152
artifactContentType : application/octet-stream
Original file line number Diff line number Diff line change @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased] ( https://github.com/NoiseByNorthwest/php-spx/compare/0.4.0...HEAD )
7
+ ## [ Unreleased] ( https://github.com/NoiseByNorthwest/php-spx/compare/0.4.13...HEAD )
8
+
9
+
10
+ ## [ v0.4.13] ( https://github.com/NoiseByNorthwest/php-spx/compare/0.4.12...0.4.13 )
8
11
9
12
### Added
10
13
- Github Actions workflow ([ #180 ] ( https://github.com/NoiseByNorthwest/php-spx/issues/180 ) )
14
+ - Added support for php 8.2.0 RC2 [ #198 ] ( https://github.com/NoiseByNorthwest/php-spx/issues/198 )
15
+ - Added PHP 8.2 support [ #196 ] ( https://github.com/NoiseByNorthwest/php-spx/issues/196 )
16
+
17
+ ### Changed
18
+ - Documentation: Clarified what Inc. and Exc. mean in the table [ #193 ] ( https://github.com/NoiseByNorthwest/php-spx/issues/193 )
11
19
12
20
### Removed
13
- - Travis CI
21
+ - Travis CI [ # 195 ] ( https://github.com/NoiseByNorthwest/php-spx/issues/195 )
14
22
15
23
16
24
## [ v0.4.0] ( https://github.com/NoiseByNorthwest/php-spx/compare/0.3.0...0.4.0 )
Original file line number Diff line number Diff line change 40
40
#endif
41
41
42
42
#define PHP_SPX_EXTNAME "SPX"
43
- #define PHP_SPX_VERSION "0.4.12 "
43
+ #define PHP_SPX_VERSION "0.4.13 "
44
44
45
45
extern zend_module_entry spx_module_entry ;
You can’t perform that action at this time.
0 commit comments