Browse Source

GA: Remove PHP 8.1 from the matrix

Some deps aren't compatible yet https://github.com/phpspec/prophecy/issues/531
pull/8145/head
Aleksander Machniak 4 years ago
parent
commit
5592f5dbe9
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.3, 7.4, 8.0]
name: PHP ${{ matrix.php }}/Linux

Loading…
Cancel
Save