Skip to content

Commit

Permalink
ubuntu 22.04に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Jan 31, 2024
1 parent 6a887c0 commit a0d62b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-18.04 ]
operating-system: [ ubuntu-22.04 ]
php: [ '7.4', '8.0', '8.1' ]
db: [ 'mysql', 'mysql8', 'pgsql' ]
eccube_version: [ '4.2' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
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 a0d62b4

Please sign in to comment.