Skip to content

Commit

Permalink
Add PHP 8.1 to the CI matrix (#78)
Browse files Browse the repository at this point in the history
* Add PHP 8.1 to the CI matrix

* fix
  • Loading branch information
dunglas authored Dec 16, 2021
1 parent e4a232e commit 7546092
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"

env:
SYMFONY_DEPRECATIONS_HELPER: 1
- "8.1"

steps:
- name: "checkout"
Expand Down Expand Up @@ -55,4 +53,13 @@ jobs:
run: "php vendor/bin/simple-phpunit install"

- name: "running unit tests"
if: ${{ matrix.dependencies == 'highest' }}
env:
SYMFONY_DEPRECATIONS_HELPER: 1
run: "php vendor/bin/simple-phpunit"

- name: "running unit tests"
if: ${{ matrix.dependencies == 'lowest' }}
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
run: "php vendor/bin/simple-phpunit"

0 comments on commit 7546092

Please sign in to comment.