Skip to content

Commit

Permalink
add php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 15, 2023
1 parent 2826410 commit 7130e3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
memcached-version:
- "1.6"

Expand Down
17 changes: 13 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ services:
php74:
<<: *services_php54
build:
context: .docker/php74_82
context: .docker/php74_83
args:
PHP_VERSION: '7.4'
MEMCACHE_VERSION: '4.0.5.2'
Expand All @@ -139,7 +139,7 @@ services:
php80:
<<: *services_php54
build:
context: .docker/php74_82
context: .docker/php74_83
args:
PHP_VERSION: '8.0'
MEMCACHE_VERSION: '8.0'
Expand All @@ -149,7 +149,7 @@ services:
php81:
<<: *services_php54
build:
context: .docker/php74_82
context: .docker/php74_83
args:
PHP_VERSION: '8.1'
MEMCACHE_VERSION: '8.0'
Expand All @@ -158,12 +158,21 @@ services:
php82:
<<: *services_php54
build:
context: .docker/php74_82
context: .docker/php74_83
args:
PHP_VERSION: '8.2'
MEMCACHE_VERSION: '8.0'
APCU_VERSION: ''

php83:
<<: *services_php54
build:
context: .docker/php74_83
args:
PHP_VERSION: '8.3'
MEMCACHE_VERSION: '8.0'
APCU_VERSION: ''


db:
image: mysql:5.5.62
Expand Down

0 comments on commit 7130e3b

Please sign in to comment.