Skip to content

Commit a6f131a

Browse files
committed
Merge branch 'patch-1' of github.com:andypost/php-ext-snappy into andypost-patch-1
2 parents 4b162b7 + e9a9725 commit a6f131a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
php:
12+
- '8.5-alpine'
13+
- '8.5-zts-alpine'
1214
- '8.4-alpine'
1315
- '8.4-zts-alpine'
1416
- '8.3-alpine'

.github/workflows/windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php:
18+
- '8.5'
1819
- '8.4'
1920
- '8.3'
2021
- '8.2'

0 commit comments

Comments
 (0)