File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 6060
6161 - name : php82
6262 folder : php/8.2
63- arch : [linux/amd64, linux/arm64, linux/arm/v7]
63+ arch : [ linux/amd64, linux/arm64, linux/arm/v7 ]
6464 targets :
6565 primary :
6666 name : cli
@@ -70,12 +70,24 @@ jobs:
7070 tags : phpdockerio/php:8.2-fpm
7171 tertiary : ~
7272
73+ - name : php82
74+ folder : php/8.3
75+ arch : [ linux/amd64, linux/arm64, linux/arm/v7 ]
76+ targets :
77+ primary :
78+ name : cli
79+ tags : phpdockerio/php:8.3-cli
80+ secondary :
81+ name : fpm
82+ tags : phpdockerio/php:8.3-fpm
83+ tertiary : ~
84+
7385 steps :
7486 - name : Checkout
7587 uses : actions/checkout@v3
7688
7789 - name : Debug
78- run : |
90+ run : |
7991 echo "is_master: -> ${{ github.ref == 'refs/heads/master' }} <-"
8092 echo "ref: ${{ github.head_ref }}"
8193
You can’t perform that action at this time.
0 commit comments