Skip to content

Commit

Permalink
remove php 8.1.0 version and add 8.3 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
apogadaev authored and dragosprotung committed Sep 28, 2024
1 parent 553373a commit ba6ef34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
matrix:
dependencies: [lowest, highest]
php-versions:
- 8.1
- 8.2
- 8.3
name: PHP ${{ matrix.php-versions }} checks with ${{ matrix.dependencies }} dependencies
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"homepage": "https://github.com/Speicher210/business-hours",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"ext-json": "*",
"azjezz/psl": "^3.0.0",
"webmozart/assert": "^1.9"
Expand Down

0 comments on commit ba6ef34

Please sign in to comment.