Skip to content

Commit

Permalink
- May 2024 batch update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed May 7, 2024
1 parent 0e94111 commit ebc3b9e
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4.0.2
with:
node-version: 20
node-version: 22

- name: Instal npm dependencies
run: npm clean-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@2.30.2
uses: shivammathur/setup-php@2.30.4
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl
coverage: none

Expand Down
Loading

0 comments on commit ebc3b9e

Please sign in to comment.