Skip to content

Commit

Permalink
ci linter bump php to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
usarise committed Nov 26, 2023
1 parent 97d1227 commit f97a355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.2]
php: [8.3]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.2]
php: [8.3]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit f97a355

Please sign in to comment.