Skip to content

Commit 0cbf475

Browse files
committed
Finally, remove 8.1 and 8.0 from QA branch CI because required phpunit versions are not working
Signed-off-by: William Desportes <[email protected]>
1 parent d5b45cf commit 0cbf475

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
os: [ubuntu-latest]
2020
experimental: [false]
2121
composer-options: ['']
22-
include:
23-
# Non official support but still try to run tests against the code
24-
- { php-version: '8.0', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
25-
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
2622
steps:
2723
- uses: actions/checkout@v2
2824
- name: Use php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)