File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 31
31
- id : supported-nginx-versions
32
32
name : Generate nginx
33
33
shell : bash
34
- run : | # The "1.17 -nginx1-nginx" in here will be changed to "1.17 nginx1 nginx" when calling ./build-http.sh
35
- echo "::set-output name=versions::[\"1.17 -nginx1-nginx\", \"1.16\", \"1.15\", \"1.14 \"]"
34
+ run : | # The "1.19 -nginx1-nginx" in here will be changed to "1.19 nginx1 nginx" when calling ./build-http.sh
35
+ echo "::set-output name=versions::[\"1.19 -nginx1-nginx\", \"1.18 \"]"
36
36
supported-php-versions :
37
37
name : Supported PHP versions
38
38
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -45,16 +45,14 @@ build-fpm: clean-tags
45
45
# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
46
46
build-http : BUILDINGIMAGE=http
47
47
build-http : clean-tags
48
- ./build-http.sh 1.17 nginx1 nginx
49
- ./build-http.sh 1.16
50
- ./build-http.sh 1.15
51
- ./build-http.sh 1.14
48
+ ./build-http.sh 1.19 nginx1 nginx
49
+ ./build-http.sh 1.18
52
50
53
51
# Docker Prometheus Exporter file images build matrix ./build-prometheus-exporter-file.sh (nginx version) (extra tag)
54
52
# Adding arbitrary version 1.0 in order to make sure if we break compatibility we have to up it
55
53
build-prometheus-exporter-file : BUILDINGIMAGE=prometheus-exporter-file
56
54
build-prometheus-exporter-file : clean-tags
57
- ./build-prometheus-exporter-file.sh 1.15 prometheus-exporter-file1.0 prometheus-exporter-file1
55
+ ./build-prometheus-exporter-file.sh 1.18 prometheus-exporter-file1.0 prometheus-exporter-file1
58
56
59
57
.NOTPARALLEL : clean-tags
60
58
clean-tags :
You can’t perform that action at this time.
0 commit comments