Browse Source

GA: Add PHP 8.1 to the matrix

pull/8139/head
Aleksander Machniak 4 years ago
parent
commit
fea5c83e02
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

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

Loading…
Cancel
Save