Skip to content

Commit 33bca65

Browse files
committed
PHP 8.2 > added test environment
1 parent 72a9ff9 commit 33bca65

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
File renamed without changes.

.github/workflows/continuous-integration.yml

+1
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

2425
steps:
2526
- name: "Checkout"

docker-compose.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,31 @@ services:
103103
php74:
104104
<<: *services_php54
105105
build:
106-
context: .docker/php74_81
106+
context: .docker/php74_82
107107
args:
108108
PHP_VERSION: '7.4'
109109

110110
php80:
111111
<<: *services_php54
112112
build:
113-
context: .docker/php74_81
113+
context: .docker/php74_82
114114
args:
115115
PHP_VERSION: '8.0'
116116

117117
php81:
118118
<<: *services_php54
119119
build:
120-
context: .docker/php74_81
120+
context: .docker/php74_82
121121
args:
122122
PHP_VERSION: '8.1'
123123

124+
php82:
125+
<<: *services_php54
126+
build:
127+
context: .docker/php74_82
128+
args:
129+
PHP_VERSION: '8.2'
130+
124131
db:
125132
image: mysql:5.5.62
126133
environment:

0 commit comments

Comments
 (0)