Skip to content

Commit

Permalink
Merge branch '4.x' into feat/brick-math-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 27, 2024
2 parents d02bb50 + 3baa7ce commit 163767b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"

- name: "Check syntax (php-parallel-lint)"
run: "composer lint -- --colors"
Expand All @@ -58,7 +58,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"

- name: "Statically analyze code (PHPStan)"
run: "composer phpstan -- --ansi"
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependency-versions }}"

Expand Down Expand Up @@ -133,15 +133,15 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Run unit tests (PHPUnit)"
run: "./vendor/bin/phpunit --verbose --colors=always --coverage-text --coverage-clover build/logs/clover.xml"

- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v3.1.4"
uses: "codecov/codecov-action@v4.3.0"

unit-tests:
name: "Unit Tests"
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependency-versions }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot-upgrades.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Auto-Merge
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ridedott/merge-me-action@v2.10.58
uses: ridedott/merge-me-action@v2.10.77
with:
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.12"

sphinx:
configuration: docs/conf.py
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
@@ -1,3 +1,3 @@
Sphinx==2.4.3
sphinx-rtd-theme==0.4.3
sphinxcontrib-phpdomain==0.7.0
Sphinx==7.3.7
sphinx-rtd-theme==2.0.0
sphinxcontrib-phpdomain==0.11.1

0 comments on commit 163767b

Please sign in to comment.