Skip to content

Commit

Permalink
feat: run unit tests on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Sep 26, 2021
1 parent 74e9ace commit d5281d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -116,6 +116,11 @@ jobs:
dependencies:
- "lowest"
- "highest"
include:
- php-version: "8.1"
operating-system: "ubuntu-latest"
dependencies: "highest"
composer-options: "--ignore-platform-req=php"

steps:
- name: "Configure Git (for Windows)"
Expand All @@ -137,6 +142,7 @@ jobs:
uses: "ramsey/composer-install@v1"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "${{ matrix.composer-options }}"

- name: "Run unit tests (PHPUnit)"
run: "composer dev:test:unit"

0 comments on commit d5281d9

Please sign in to comment.