Skip to content

Commit b24861a

Browse files
ci: test with PHP 8.4 and 8.5
1 parent fd655d9 commit b24861a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ build image:
5252
BUILDKIT_EXTRA_ARGS: "--opt build-arg:PHP_VERSION=${PHP_VERSION}"
5353
parallel:
5454
matrix:
55+
- PHP_VERSION: "8.5-alpine"
56+
- PHP_VERSION: "8.4-alpine"
5557
- PHP_VERSION: "8.3-alpine"
5658
- PHP_VERSION: "8.2-alpine"
5759
- PHP_VERSION: "8.1-alpine"
@@ -124,6 +126,10 @@ semgrep-sast:
124126
parallel:
125127
matrix:
126128
- PHP_VERSION: "8.3-alpine"
129+
- PHP_VERSION: "8.5-alpine"
130+
USE_MOCK_SERVER: "use mock server"
131+
- PHP_VERSION: "8.4-alpine"
132+
USE_MOCK_SERVER: "use mock server"
127133
- PHP_VERSION: "8.3-alpine"
128134
USE_MOCK_SERVER: "use mock server"
129135
- PHP_VERSION: "8.2-alpine"

0 commit comments

Comments
 (0)