Skip to content

Commit 4f5e67f

Browse files
authored
Merge pull request #267 from laminas/1.24.x-merge-up-into-2.0.x_SZTgtwBL
Merge release 1.24.0 into 2.0.x
2 parents 9978c26 + 1fef08f commit 4f5e67f

File tree

6 files changed

+964
-1112
lines changed

6 files changed

+964
-1112
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.3.1-alpine as compiler
1+
FROM node:20.5.1-alpine as compiler
22

33
RUN mkdir -p /usr/local/source
44
WORKDIR /usr/local/source
@@ -10,7 +10,7 @@ COPY ./src ./src
1010
RUN npm run build
1111

1212

13-
FROM node:20.3.1-alpine
13+
FROM node:20.5.1-alpine
1414
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
1515
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
1616
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"

laminas-ci.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
"8.0",
369369
"8.1",
370370
"8.2",
371+
"8.3",
371372
"*",
372373
"@latest",
373374
"@lowest"

0 commit comments

Comments
 (0)