mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-16 17:48:16 +00:00
chore(docs): update README and LICENSE
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
ReusableMatrixJobForComposerInstall:
|
ReusableMatrixJobForComposerInstall:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
uses: ivuorinen/.github/workflows/composer-install.yml@main
|
||||||
with:
|
with:
|
||||||
php-versions: ${{ matrix.target }}
|
php-versions: ${{ matrix.target }}
|
||||||
@@ -32,7 +32,7 @@ the following snippet as `.github/renovate.json`.
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>ivuorinen/.github:renovate-config"]
|
"extends": ["github>ivuorinen/renovate-config"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user