We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2aa229 + f66a288 commit e0379d3Copy full SHA for e0379d3
.github/workflows/docker.yml
@@ -7,8 +7,8 @@ on:
7
- main
8
9
env:
10
- OLS_VERSION: 1.7.18
11
- PHP_STABLE_VERSION: '8.3.1'
+ OLS_VERSION: 1.7.19
+ PHP_STABLE_VERSION: '8.3.2'
12
REGISTRY: ghcr.io
13
14
jobs:
@@ -20,8 +20,8 @@ jobs:
20
PHP_VERSION:
21
- '8.0.30'
22
- '8.1.27'
23
- - '8.2.14'
24
- - '8.3.1'
+ - '8.2.15'
+ - '8.3.2'
25
26
steps:
27
- name: Checkout
.github/workflows/test-builds.yml
- develop
0 commit comments