Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Sep 12, 2024
1 parent da25cce commit 983b1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
eccube-versions: ['4.2', '4.3']
eccube-versions: ['4.3']
php-versions: [ '8.2' ]
database: [ 'mysql' ]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
eccube-versions: [ 4.3' ]
eccube-versions: [ '4.3' ]
php-versions: [ '8.2', '8.3' ]
database: [ 'mysql', 'mysql8', 'pgsql' ]
include:
Expand Down

0 comments on commit 983b1e4

Please sign in to comment.