Skip to content

Commit 138b918

Browse files
committed
Remove PHP 7.4 from CI build pipeline
1 parent 7561ade commit 138b918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-ext.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
strategy:
2222
matrix:
2323
image:
24-
- php:7.4-cli
25-
- php:7.4-cli-alpine
2624
- php:8.0-cli
2725
- php:8.0-cli-alpine
2826
- php:8.1-cli
2927
- php:8.1-cli-alpine
3028
- php:8.2-cli
3129
- php:8.2-cli-alpine
30+
- php:8.3-cli
31+
- php:8.3-cli-alpine
3232

3333
name: Image ${{ matrix.image }}
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)