Skip to content

Commit

Permalink
Update PHP version in GitHub actions
Browse files Browse the repository at this point in the history
The PHP version in the build matrix of the GitHub actions configuration has been updated. The version has been changed from '8.2' to '8.3', to ensure that the code is tested against the latest PHP version.
  • Loading branch information
koriym committed Jun 27, 2024
1 parent cc95ba4 commit 80e838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.3']

steps:
- name: Checkout code
Expand Down

0 comments on commit 80e838e

Please sign in to comment.