Skip to content

Commit

Permalink
#1 - composer php update
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Apr 4, 2024
1 parent 40bcb76 commit fab0f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
php: ["8.1", "8.2"]
php: ["8.2", "8.3"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "library",
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"blumilksoftware/codestyle": "^2.8",
Expand Down

0 comments on commit fab0f15

Please sign in to comment.