Skip to content

Commit

Permalink
Tries to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azambon committed Dec 10, 2024
1 parent 1af5f05 commit 4470ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.3, 7.4, 8.0 ]
php: [ 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Install roave/backward-compatibility-check.
if: ${{ matrix.php != '7.3' }}
run: composer require --dev roave/backward-compatibility-check
run: composer require --dev --update-with-dependencies roave/backward-compatibility-check

- name: Run roave/backward-compatibility-check.
if: ${{ matrix.php != '7.3' }}
Expand Down

0 comments on commit 4470ae6

Please sign in to comment.