Skip to content

Commit

Permalink
test environment for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed Jan 9, 2023
1 parent f6c917f commit a788f69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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 @@ -20,6 +20,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

steps:
- name: "Checkout"
Expand Down
13 changes: 10 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,31 @@ services:
php74:
<<: *services_php54
build:
context: .docker/php74_81
context: .docker/php74_82
args:
PHP_VERSION: '7.4'

php80:
<<: *services_php54
build:
context: .docker/php74_81
context: .docker/php74_82
args:
PHP_VERSION: '8.0'

php81:
<<: *services_php54
build:
context: .docker/php74_81
context: .docker/php74_82
args:
PHP_VERSION: '8.1'

php82:
<<: *services_php54
build:
context: .docker/php74_82
args:
PHP_VERSION: '8.2'

db:
image: mysql:5.5.62
environment:
Expand Down

0 comments on commit a788f69

Please sign in to comment.