Skip to content

Commit dce4f79

Browse files
authored
Merge branch 'dev' into security-agent-support
2 parents c2f0349 + 9409457 commit dce4f79

File tree

410 files changed

+19762
-1605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+19762
-1605
lines changed

.github/actions/ubuntu16-build-action/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/actions/ubuntu16-build-action/action.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/actions/ubuntu16-build-action/build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/actions/ubuntu18-build-action/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/actions/ubuntu18-build-action/action.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/actions/ubuntu18-build-action/build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/actions/ubuntu20-build-action/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/actions/ubuntu20-build-action/action.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/actions/ubuntu20-build-action/build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/code-coverage-baseline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
platform: [gnu, musl]
7171
arch: [amd64]
72-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
72+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
7373
include:
7474
- codecov: 0
7575
- platform: gnu
@@ -147,7 +147,7 @@ jobs:
147147
matrix:
148148
platform: [gnu, musl]
149149
arch: [amd64]
150-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
150+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
151151
include:
152152
- codecov: 0
153153
- platform: gnu

0 commit comments

Comments
 (0)