feat: add php83 dockerfile, update docker-image workflow

This commit is contained in:
2024-05-31 22:15:56 +03:00
parent 0249c744c1
commit fa8c2e43ce
2 changed files with 18 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [php74, php80, php81, php82]
php: [php74, php80, php81, php82, php83]
arch: ['linux/amd64', 'linux/arm64']
steps: