diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9501566..3195c64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - php: [ '7.1', '7.2', '7.3', '7.4' ] + php: [ '7.2', '7.3', '7.4' ] mysql: [ '5.7', '8.0' ] env: @@ -44,6 +44,7 @@ jobs: MYSQL_VERSION: ${{ matrix.mysql }} MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: cakephp_test + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2 diff --git a/Test/Case/Controller/QuestionnaireAnswersController/ViewTest.php b/Test/Case/Controller/QuestionnaireAnswersController/ViewTest.php index 5949eef..e8c3edb 100644 --- a/Test/Case/Controller/QuestionnaireAnswersController/ViewTest.php +++ b/Test/Case/Controller/QuestionnaireAnswersController/ViewTest.php @@ -325,7 +325,8 @@ public function testGetShuffle() { 'action' => 'view', 'frame_id' => 6, 'block_id' => 2, - 'key' => 'questionnaire_4' + 'key' => 'questionnaire_4', + '?' => ['lang' => 'ja'] ); $assert = array('method' => 'assertTextContains', 'expected' => __d('questionnaires', 'This questionnaire is being temporarily stored . You can questionnaire test before performed in this page . If you want to modify or change the questionnaire , you will be able to edit by pressing the [ Edit question ] button in the upper-right corner .')); diff --git a/VERSION.txt b/VERSION.txt index fa7adc7..9c25013 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -3.3.5 +3.3.6