Skip to content

Commit fcbcb81

Browse files
committed
workflow changed
1 parent 036530f commit fcbcb81

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
target-branch: "main"
13+
reviewers:
14+
- "Hanashi"

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php:
15-
- '7.4'
16-
- '8.0'
1715
- '8.1'
16+
- '8.2'
1817
steps:
1918
- name: Set up PHP
2019
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)