Skip to content

Commit

Permalink
Merge pull request #18 from r0mdau/composer-update
Browse files Browse the repository at this point in the history
Deprecate php8.1, update composer
  • Loading branch information
r0mdau committed Mar 16, 2024
2 parents 0e1318c + df355ac commit fb0d6d4
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.2', '8.3']
fail-fast: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/r0mdau/jisly",
"require": {
"php": ">=8.1"
"php": ">=8.2"
},
"require-dev": {
"malukenho/docheader": "^0.1.7",
Expand Down

0 comments on commit fb0d6d4

Please sign in to comment.