Skip to content

Commit

Permalink
chore: update php version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 11, 2023
1 parent 9ca3db8 commit 1adc0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
php-version:
- '8.0'
- '8.1'
- '8.2'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.2']
paths:
- app
- system
Expand Down

0 comments on commit 1adc0f0

Please sign in to comment.