We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3a4d6 commit ef7b60cCopy full SHA for ef7b60c
.github/workflows/ci-test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
operating-system: [ 'ubuntu-latest' ]
11
- php-versions: [ '8.0', '8.1', '8.2' ]
+ php-versions: [ '8.1', '8.2' ] # Don't run on PHP 8.0 because PHPUnit 10 requires PHP >=8.1
12
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
14
steps:
0 commit comments