diff --git a/LICENSE b/LICENSE index 12975b0..5dd33cb 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 4728ca2..c5321be 100644 --- a/README.md +++ b/README.md @@ -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"] } ```