更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (push) Failing after 1s

This commit is contained in:
james 2025-05-30 23:02:22 +08:00
parent 0968f00ce0
commit a729760bfb

View File

@ -10,7 +10,7 @@ on:
jobs:
test:
runs-on: phpunit_test
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner-with-checkout:v1.2 # 使用新的镜像
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner-with-checkout:v1.3 # 使用新的镜像
steps:
- name: Checkout code