We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baef8c7 commit aba92e3Copy full SHA for aba92e3
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
operating-system: [ ubuntu-latest ]
15
- php-versions: [ '7.2', '7.3', '8.0' ]
+ php-versions: [ '7.2', '7.3' ]
16
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
17
steps:
18
- uses: actions/checkout@v2
0 commit comments