Skip to content

Commit

Permalink
bedita github-workflows v2 and php 8.3 (#91)
Browse files Browse the repository at this point in the history
* feat: php 8.3

* feat: dependabot
  • Loading branch information
didoda authored Apr 18, 2024
1 parent e9b3a0c commit 579980a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
gh-actions:
patterns: ['actions/*']
docker:
patterns: ['docker/*']
codecov:
patterns: ['codecov/*']
16 changes: 8 additions & 8 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ on:

jobs:
cs:
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v1
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
with:
php_versions: '["7.4","8.1","8.2"]'
php_versions: '["7.4","8.1","8.2","8.3"]'

stan:
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v1
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
with:
php_versions: '["7.4","8.1","8.2"]'
php_versions: '["7.4","8.1","8.2","8.3"]'

unit-4:
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v1
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2
with:
php_versions: '["7.4","8.1","8.2"]'
php_versions: '["7.4","8.1","8.2","8.3"]'
bedita_version: '4'

unit-5:
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v1
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2
with:
php_versions: '["7.4","8.1","8.2"]'
php_versions: '["7.4","8.1","8.2","8.3"]'
bedita_version: '5'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
release-job:
uses: bedita/github-workflows/.github/workflows/release.yml@v1
uses: bedita/github-workflows/.github/workflows/release.yml@v2
with:
main_branch: 'master'
dist_branches: '["master","1.x"]'
Expand Down

0 comments on commit 579980a

Please sign in to comment.