Skip to content

Commit 8709faf

Browse files
author
Willem Slaghekke
authored
Update php versions ranges, php 8.0 and older dont get updates so dont need builds
1 parent 1f01cc2 commit 8709faf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php:
18-
- '^(7\.4)(\.\d+)?-apache$'
19-
- '^(8\.0)(\.\d+)?-apache$'
2018
- '^(8\.1)(\.\d+)?-apache$'
21-
- '^(7\.4)(\.\d+)?-fpm$'
22-
- '^(8\.0)(\.\d+)?-fpm$'
19+
- '^(8\.2)(\.\d+)?-apache$'
20+
- '^(8\.3)(\.\d+)?-apache$'
2321
- '^(8\.1)(\.\d+)?-fpm$'
22+
- '^(8\.2)(\.\d+)?-fpm$'
23+
- '^(8\.3)(\.\d+)?-fpm$'
2424
steps:
2525
- name: Setup multi-architecture support
2626
run: 'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes'

0 commit comments

Comments
 (0)