Skip to content

Commit

Permalink
updated TEST_YII_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 authored Dec 6, 2024
1 parent 00497c5 commit 5867fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: echo "PHP_IMAGE_VERSION_SUFFIX=-latest" >> $GITHUB_ENV
- name: Install
env:
TEST_YII_VERSION: "5c168215d3a36d9567848b8b1e0202b05bbc14ef"
TEST_YII_VERSION: "5df412df2c9b4e60e7ec84008693b94ae472eae6"
run: |
git clone https://github.com/yiisoft/yii2 _host-volumes/yii2
pushd _host-volumes/yii2 && git checkout ${TEST_YII_VERSION} && popd
Expand Down

0 comments on commit 5867fcf

Please sign in to comment.