Skip to content

Commit

Permalink
updated Yii2 test version
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Nov 26, 2024
1 parent 38bac07 commit 6a09100
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: "d43341a73ab9ab711c42b74c117e076275d9b8c0"
TEST_YII_VERSION: "38bac07b67e64110492ed6327be3736921a4da83"
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 6a09100

Please sign in to comment.