Skip to content

Commit 4eb8131

Browse files
committed
chore(ci): change php 8.0 container image on linux
1 parent 10365a2 commit 4eb8131

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- '8.2-zts-alpine'
1414
- '8.1-alpine'
1515
- '8.1-zts-alpine'
16-
- '8.0-alpine'
17-
- '8.0-zts-alpine'
1816
library:
1917
- ''
2018
- 'system'
@@ -23,6 +21,8 @@ jobs:
2321
- 'apcu'
2422
image: [php]
2523
include:
24+
- php: '8.0-alpine'
25+
image: ghcr.io/kjdev/php
2626
- php: '7.4-alpine'
2727
image: ghcr.io/kjdev/php
2828
- php: '7.3-alpine'

0 commit comments

Comments
 (0)