Skip to content

Commit 21bcaaf

Browse files
committed
ユニットテストにてPHP8.2-8.5を追加(調整)
1 parent 3d43022 commit 21bcaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
cd docker
3737
cp docker-compose.yml.default docker-compose.yml
38-
sed -i -e "s/basercms:php8.1/basercms:php${{ matrix.php-version }}/g" docker-compose.yml
38+
sed -i -e "s/basercms:php8.5/basercms:php${{ matrix.php-version }}/g" docker-compose.yml
3939
sed -i -e "s/XDEBUG_MODE: \"debug\"/XDEBUG_MODE: \"off\"/g" docker-compose.yml
4040
docker compose up -d
4141

0 commit comments

Comments
 (0)