Skip to content

Commit

Permalink
8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Dec 7, 2023
1 parent d50207d commit 57db210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
php:
default: '8.2'
default: '8.3'
required: false
type: string
extensions:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
## Inputs
| name | description | default |
|----------------|----------------------------------------------|---------------------------------------------------------|
| php | php version (same as setup-php) | 8.2 |
| php | php version (same as setup-php) | 8.3 |
| extensions | php extensions (same as setup-php) | mbstring |
| git-name | git name | `github-actions[bot]` |
| git-email | git email | `41898282+github-actions[bot]@users.noreply.github.com` |
Expand All @@ -44,7 +44,7 @@ jobs:
secrets:
token: ${{ secrets.ACTION_TOKEN }}
with:
php: 8.2
php: 8.3
extensions: mbstring
git-name: github-actions[bot]
git-email: 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 57db210

Please sign in to comment.