Skip to content

Commit 2f2163a

Browse files
committed
chore(ci): add php 8.3
1 parent e61196c commit 2f2163a

2 files changed

Lines changed: 3 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.3-alpine'
13+
- '8.3-zts-alpine'
1214
- '8.2-alpine'
1315
- '8.2-zts-alpine'
1416
- '8.1-alpine'

.github/workflows/windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- '8.3'
1415
- '8.2'
1516
- '8.1'
1617
arch:

0 commit comments

Comments
 (0)