Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【9.72でマージ】非推奨パッケージを抹殺抹消 #765

Merged
merged 34 commits into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b47f4bf
fix: delete-meta
drill-lancer Feb 7, 2022
6db85ef
delete: old packages
drill-lancer Feb 7, 2022
e181995
fix: 不要なテスト削除
drill-lancer Feb 7, 2022
b2dc3ca
fix: phpunit action
drill-lancer Feb 7, 2022
23b3acf
fix: test
drill-lancer Feb 7, 2022
c9ccc6b
フィx:build-check
drill-lancer Feb 7, 2022
e9a2580
Merge branch 'develop' into fix/old-death
kurudrive Feb 9, 2022
d8eeb8b
ビルドスクリプトに composer install 追加
kurudrive Feb 9, 2022
57a935f
Merge branch 'develop' into fix/old-death
kurudrive Feb 9, 2022
925f45f
Merge branch 'develop' into fix/old-death
kurudrive Feb 9, 2022
25bc1fb
ビルドコマンドテスト
kurudrive Feb 9, 2022
3494998
yml 調整
kurudrive Feb 9, 2022
e9be5c8
yml テスト
kurudrive Feb 9, 2022
148709c
yml 調整
kurudrive Feb 9, 2022
db5d61b
yml テスト
kurudrive Feb 9, 2022
5a35ae7
yml テスト
kurudrive Feb 9, 2022
03ba12e
yoast polyfil追加
kurudrive Feb 9, 2022
1570f18
fix: error
drill-lancer Feb 10, 2022
e239e12
チェックで一時的にはずしてた 7.2と7.3を復帰
kurudrive Feb 10, 2022
ee40d09
yml 修正( PHPバージョン違い半角スペースが必要って事? )
kurudrive Feb 10, 2022
dbe9046
yml テストを 7.3〜に
kurudrive Feb 10, 2022
697bd07
[ 機能削除 ] コード整形及び削除バージョン変更
kurudrive Feb 17, 2022
58f891f
Merge branch 'develop' into fix/old-death
kurudrive Mar 1, 2022
9debcfd
yml tyi
kurudrive Mar 1, 2022
0e59d5d
dist : コマンドエラー修正
kurudrive Mar 1, 2022
f32131e
dev : デプロイ修正
kurudrive Mar 1, 2022
8e36f47
dev : デプロイ戻し
kurudrive Mar 1, 2022
fd8e4cc
Revert "dev : デプロイ戻し"
kurudrive Mar 1, 2022
db5a6c4
[ dev ] add zip
kurudrive Mar 1, 2022
b506ee2
[ dev ] githubデプロイコマンド修正
kurudrive Mar 1, 2022
c210cf3
9.72.1.1 の release
kurudrive Mar 1, 2022
d85eb81
fix:deploy
drill-lancer Mar 2, 2022
874cfcc
fix: deploy
drill-lancer Mar 2, 2022
a438f95
fix: deploy
drill-lancer Mar 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
- ^feature/.+

jobs:
Expand All @@ -22,7 +24,6 @@ jobs:
- run: cp assets/js/all.min.js .all.min.js.before
- run: cp assets/css/vkExUnit_sns_editor_style.css .vkExUnit_sns_editor_style.css.before
- run: cp assets/css/vkExUnit_style.css .vkExUnit_style.css.before
- run: cp assets/css/vkExUnit_style_in_bs.css .vkExUnit_style_in_bs.css.before
- run: cp assets/css/vkExUnit_editor_style.css .vkExUnit_editor_style.css.before
- run: cp assets/css/vkExUnit_admin.css .vkExUnit_admin.css.before
- run: cp assets/js/block.min.js .block.min.js.before
Expand All @@ -39,7 +40,6 @@ jobs:
- run: npm run gulp sass
- run: diff assets/css/vkExUnit_sns_editor_style.css .vkExUnit_sns_editor_style.css.before
- run: diff assets/css/vkExUnit_style.css .vkExUnit_style.css.before
- run: diff assets/css/vkExUnit_style_in_bs.css .vkExUnit_style_in_bs.css.before
- run: diff assets/css/vkExUnit_editor_style.css .vkExUnit_editor_style.css.before
- run: diff assets/css/vkExUnit_admin.css .vkExUnit_admin.css.before

Expand Down
Loading