chore(docs): update README and LICENSE

This commit is contained in:
2024-08-21 11:04:07 +03:00
parent c18ea6bebe
commit 1745442700
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2022 Ismo Vuorinen
Copyright (c) 2022-2024 Ismo Vuorinen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -16,7 +16,7 @@ jobs:
ReusableMatrixJobForComposerInstall:
strategy:
matrix:
target: ["8.0", "8.1", "8.2"]
target: ["8.0", "8.1", "8.2", "8.3"]
uses: ivuorinen/.github/workflows/composer-install.yml@main
with:
php-versions: ${{ matrix.target }}
@@ -32,7 +32,7 @@ the following snippet as `.github/renovate.json`.
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ivuorinen/.github:renovate-config"]
"extends": ["github>ivuorinen/renovate-config"]
}
```