Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fetus-hina committed Dec 28, 2024
1 parent 02973ee commit 4f1fec5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
experimental: false
-
version: '8.4'
experimental: false
-
version: '8.5'
experimental: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
uses: actions/checkout@v4
Expand All @@ -38,7 +41,7 @@ jobs:
| xargs -n 1 php -l
makeComposerCache:
name: 'Make composer cache'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
uses: actions/checkout@v4
Expand All @@ -61,7 +64,7 @@ jobs:
run: 'composer install --prefer-dist'
phpStyleCheck:
name: 'PHP Coding Style'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- makeComposerCache
steps:
Expand Down Expand Up @@ -93,7 +96,7 @@ jobs:
run: './vendor/bin/phpstan analyze --memory-limit=1G'
jsStyleCheck:
name: 'JS Coding Style'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
uses: actions/checkout@v4
Expand All @@ -118,8 +121,11 @@ jobs:
experimental: false
-
version: '8.4'
experimental: false
-
version: '8.5'
experimental: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- makeComposerCache
steps:
Expand Down

0 comments on commit 4f1fec5

Please sign in to comment.