Skip to content

Commit 853798d

Browse files
Upgrade docker images (#331)
* Add PHP 8.4 * update docker images for PHP 8.1-8.3
1 parent 9489365 commit 853798d

File tree

4 files changed

+166
-33
lines changed

4 files changed

+166
-33
lines changed

.github/workflows/asan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
vanilla:
2525
strategy:
2626
matrix:
27-
version: ["8.1", "8.2", "8.3"]
27+
version: ["8.1", "8.2", "8.3", "8.4"]
2828
if: success() || failure()
2929
runs-on: ubuntu-latest
3030
needs: auth
@@ -37,7 +37,7 @@ jobs:
3737
opcache:
3838
strategy:
3939
matrix:
40-
version: ["8.1", "8.2", "8.3"]
40+
version: ["8.1", "8.2", "8.3", "8.4"]
4141
if: success() || failure()
4242
runs-on: ubuntu-latest
4343
needs: auth
@@ -50,7 +50,7 @@ jobs:
5050
jit:
5151
strategy:
5252
matrix:
53-
version: ["8.1", "8.2", "8.3"]
53+
version: ["8.1", "8.2", "8.3", "8.4"]
5454
if: success() || failure()
5555
runs-on: ubuntu-latest
5656
needs: auth

.github/workflows/docker.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ jobs:
1919
rc: ''
2020
- major: 8
2121
minor: 1
22-
patch: 28
22+
patch: 31
2323
rc: ''
2424
- major: 8
2525
minor: 2
26-
patch: 19
26+
patch: 26
2727
rc: ''
2828
- major: 8
2929
minor: 3
30-
patch: 9
30+
patch: 14
31+
rc: ''
32+
- major: 8
33+
minor: 4
34+
patch: 1
3135
rc: ''
3236
src:
3337
- dist

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
vanilla:
2727
strategy:
2828
matrix:
29-
version: ["8.0", "8.1", "8.2", "8.3"]
29+
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
3030
build: ["gcov", "release"]
3131
if: success() || failure()
3232
runs-on: ubuntu-latest
@@ -48,7 +48,7 @@ jobs:
4848
opcache:
4949
strategy:
5050
matrix:
51-
version: ["8.0", "8.1", "8.2", "8.3"]
51+
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
5252
build: ["gcov", "release"]
5353
if: success() || failure()
5454
runs-on: ubuntu-latest
@@ -70,7 +70,7 @@ jobs:
7070
jit:
7171
strategy:
7272
matrix:
73-
version: ["8.0", "8.1", "8.2", "8.3"]
73+
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
7474
build: ["gcov", "release"]
7575
if: success() || failure()
7676
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)