Skip to content

Commit

Permalink
Merge pull request #40 from derrabus/ci/php-8.2
Browse files Browse the repository at this point in the history
Run tests on PHP 8.2
  • Loading branch information
malarzm authored Aug 11, 2022
2 parents d0c1e0a + fa6871b commit 523d538
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
jobs:

coding-standards:
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.5.1"
with:
php-version: "8.1"

phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@1.4.1"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@1.5.1"
with:
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]'
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
composer-options: '--ignore-platform-req=php+'

0 comments on commit 523d538

Please sign in to comment.