Skip to content

Commit

Permalink
Merge pull request INTER-Mediator#1948 from msyk/master
Browse files Browse the repository at this point in the history
Implemented profile for sensitive info putting out repository
  • Loading branch information
matsuo authored Nov 4, 2024
2 parents 3ec1410 + 3426a4b commit f05499f
Show file tree
Hide file tree
Showing 82 changed files with 748 additions and 8,483 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-chrome-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
operating-system: [ 'ubuntu-latest' ]
# operating-system: [ubuntu-latest, macos-latest, windows-latest]
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
name: End-to-End Test for Chrome on ${{ matrix.operating-system }} with PHP ${{ matrix.php-versions }}
services:
mysql: # https://qiita.com/sayama0402/items/e863ffb597ce87bf2e2f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-chrome-form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
operating-system: [ 'ubuntu-latest' ]
# operating-system: [ubuntu-latest, macos-latest, windows-latest]
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
name: End-to-End Test for Chrome on ${{ matrix.operating-system }} with PHP ${{ matrix.php-versions }}
services:
mysql: # https://qiita.com/sayama0402/items/e863ffb597ce87bf2e2f
Expand Down
114 changes: 0 additions & 114 deletions .github/workflows/php-legacy.yml

This file was deleted.

7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inter-mediator/inter-mediator",
"version": "13",
"time": "2024-07-26",
"version": "14",
"time": "2024-10-26",
"repositories": [
{
"type": "git",
Expand All @@ -11,7 +11,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-mbstring": "*",
"ext-PDO": "*",
"ext-curl": "*",
Expand All @@ -21,6 +21,7 @@
"ext-exif": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-posix": "*",
"mouf/nodejs-installer": "*",
"paragonie/constant_time_encoding": "*",
"inter-mediator/fxphp": "*",
Expand Down
Loading

0 comments on commit f05499f

Please sign in to comment.