Skip to content

Commit 8ba3ff2

Browse files
connorhuthePanz
authored andcommitted
add php8.3
1 parent 2826410 commit 8ba3ff2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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
@@ -21,6 +21,7 @@ jobs:
2121
- "8.0"
2222
- "8.1"
2323
- "8.2"
24+
- "8.3"
2425
memcached-version:
2526
- "1.6"
2627

docker-compose.yml

Lines changed: 13 additions & 4 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_82
132+
context: .docker/php74_83
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_82
142+
context: .docker/php74_83
143143
args:
144144
PHP_VERSION: '8.0'
145145
MEMCACHE_VERSION: '8.0'
@@ -149,7 +149,7 @@ services:
149149
php81:
150150
<<: *services_php54
151151
build:
152-
context: .docker/php74_82
152+
context: .docker/php74_83
153153
args:
154154
PHP_VERSION: '8.1'
155155
MEMCACHE_VERSION: '8.0'
@@ -158,12 +158,21 @@ services:
158158
php82:
159159
<<: *services_php54
160160
build:
161-
context: .docker/php74_82
161+
context: .docker/php74_83
162162
args:
163163
PHP_VERSION: '8.2'
164164
MEMCACHE_VERSION: '8.0'
165165
APCU_VERSION: ''
166166

167+
php83:
168+
<<: *services_php54
169+
build:
170+
context: .docker/php74_83
171+
args:
172+
PHP_VERSION: '8.3'
173+
MEMCACHE_VERSION: '8.0'
174+
APCU_VERSION: ''
175+
167176

168177
db:
169178
image: mysql:5.5.62

0 commit comments

Comments
 (0)