Skip to content

Commit

Permalink
Merge pull request #5992 from kurozumi/kurozumi-patch-1
Browse files Browse the repository at this point in the history
GitHub ActionsでUbuntu 18.04がサポートされなくなったのでプラグインジェネレーターのコマンドを修正
  • Loading branch information
dotani1111 authored Aug 15, 2023
2 parents ef30bc8 + 702af25 commit ac096e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Command/PluginGenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected function createGithubActions($pluginDir)
jobs:
deploy:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ac096e5

Please sign in to comment.