We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f01cc2 commit 8709fafCopy full SHA for 8709faf
.github/workflows/build.yaml
@@ -15,12 +15,12 @@ jobs:
15
fail-fast: false
16
matrix:
17
php:
18
- - '^(7\.4)(\.\d+)?-apache$'
19
- - '^(8\.0)(\.\d+)?-apache$'
20
- '^(8\.1)(\.\d+)?-apache$'
21
- - '^(7\.4)(\.\d+)?-fpm$'
22
- - '^(8\.0)(\.\d+)?-fpm$'
+ - '^(8\.2)(\.\d+)?-apache$'
+ - '^(8\.3)(\.\d+)?-apache$'
23
- '^(8\.1)(\.\d+)?-fpm$'
+ - '^(8\.2)(\.\d+)?-fpm$'
+ - '^(8\.3)(\.\d+)?-fpm$'
24
steps:
25
- name: Setup multi-architecture support
26
run: 'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes'
0 commit comments