From 2054b3bf90bb004286760dbaad9c5778e5213a2f Mon Sep 17 00:00:00 2001 From: macocci7 Date: Thu, 2 Jan 2025 20:44:15 +0900 Subject: [PATCH] Update github workflows --- .github/workflows/tag_meged_pull_request.yml | 2 +- .github/workflows/test_pull_request.yml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tag_meged_pull_request.yml b/.github/workflows/tag_meged_pull_request.yml index 044bba3..f26a4df 100644 --- a/.github/workflows/tag_meged_pull_request.yml +++ b/.github/workflows/tag_meged_pull_request.yml @@ -18,7 +18,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 coverage: xdebug tools: composer:v2 diff --git a/.github/workflows/test_pull_request.yml b/.github/workflows/test_pull_request.yml index b72af4f..d335be9 100644 --- a/.github/workflows/test_pull_request.yml +++ b/.github/workflows/test_pull_request.yml @@ -11,7 +11,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 tools: composer:v2 - name: Checkout code @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] steps: - name: Set up PHP @@ -65,7 +65,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '20.x' - name: Checkout code uses: actions/checkout@v4 @@ -88,10 +88,10 @@ jobs: - name: Neon Lint run: ./vendor/nette/neon/bin/neon-lint conf - - name: PHP MD - run: | - ./vendor/bin/phpmd --version - ./vendor/bin/phpmd ./src/ ./examples/ ./tests/ text phpmd.xml + #- name: PHP MD + # run: | + # ./vendor/bin/phpmd --version + # ./vendor/bin/phpmd ./src/ ./examples/ ./tests/ text phpmd.xml - name: PHP Code Sniffer run: | @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1'] + php: ['8.3'] steps: - name: Set up PHP @@ -128,7 +128,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '20.x' - name: Checkout code uses: actions/checkout@v4