feat: php8.1 upgrade (#18)

This commit is contained in:
2025-04-06 16:35:35 +03:00
committed by GitHub
parent 7c577f7e01
commit 8cce1ca812
3 changed files with 4 additions and 4 deletions

View File

@@ -21,5 +21,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
default_branch: main
tags: "latest,php74"
tags: "latest,php81"
cache: ${{ github.event_name != 'schedule' }}