Skip to content

Commit

Permalink
Update PHP version in GitHub workflow
Browse files Browse the repository at this point in the history
The build.yml file for the GitHub workflow has been updated. The PHP version 8.0 has been removed from the testing matrix, leaving only versions 8.1, 8.2, and 8.3 to test.
  • Loading branch information
koriym committed Jun 30, 2024
1 parent cd48704 commit 6f92479
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', '8.3']
php-version: ['8.1', '8.2', '8.3']

steps:
- name: Checkout code
Expand Down

0 comments on commit 6f92479

Please sign in to comment.