Skip to content

Commit ceba7b2

Browse files
authored
Add PHP 8.5 variants to CI workflow
PHP 8.1 should be phased out in follow-up https://www.php.net/supported-versions.php
1 parent c65734c commit ceba7b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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'

0 commit comments

Comments
 (0)