Skip to content

Commit

Permalink
Add PHP 8.3 to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 13, 2025
1 parent 620ba3c commit fec8280
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down Expand Up @@ -170,6 +172,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down Expand Up @@ -223,7 +226,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"

dependencies:
- "highest"
Expand All @@ -239,9 +242,6 @@ jobs:
extensions: "${{ env.PHP_EXTENSIONS }}"
php-version: "${{ matrix.php-version }}"

- name: "Set up problem matchers for phpunit/phpunit"
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\""

- name: "Install composer dependencies"
uses: "ramsey/composer-install@v3"
with:
Expand All @@ -251,9 +251,9 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=.build/logs/clover.xml"

- name: "Send code coverage report to Codecov.io"
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
run: "bash <(curl -s https://codecov.io/bash)"
uses: "codecov/codecov-action@v4"
with:
token: "${{ secrets.CODECOV_TOKEN }}"

mutation-tests:
name: "Mutation tests"
Expand All @@ -263,7 +263,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"

dependencies:
- "highest"
Expand Down

0 comments on commit fec8280

Please sign in to comment.