Skip to content

Commit fa161a1

Browse files
committed
test environment for php 8.2
1 parent 071b8bf commit fa161a1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
File renamed without changes.

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "7.4"
2121
- "8.0"
2222
- "8.1"
23+
- "8.2"
2324
memcached-version:
2425
- "1.6"
2526

docker-compose.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ services:
129129
php74:
130130
<<: *services_php54
131131
build:
132-
context: .docker/php74_81
132+
context: .docker/php74_82
133133
args:
134134
PHP_VERSION: '7.4'
135135
MEMCACHE_VERSION: '4.0.5.2'
@@ -139,7 +139,7 @@ services:
139139
php80:
140140
<<: *services_php54
141141
build:
142-
context: .docker/php74_81
142+
context: .docker/php74_82
143143
args:
144144
PHP_VERSION: '8.0'
145145
MEMCACHE_VERSION: '8.0'
@@ -149,12 +149,21 @@ services:
149149
php81:
150150
<<: *services_php54
151151
build:
152-
context: .docker/php74_81
152+
context: .docker/php74_82
153153
args:
154154
PHP_VERSION: '8.1'
155155
MEMCACHE_VERSION: '8.0'
156156
APCU_VERSION: ''
157157

158+
php82:
159+
<<: *services_php54
160+
build:
161+
context: .docker/php74_82
162+
args:
163+
PHP_VERSION: '8.2'
164+
MEMCACHE_VERSION: '8.0'
165+
APCU_VERSION: ''
166+
158167

159168
db:
160169
image: mysql:5.5.62

0 commit comments

Comments
 (0)