We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ca19 commit c3fecfcCopy full SHA for c3fecfc
.github/workflows/test.yml
@@ -82,8 +82,6 @@ jobs:
82
- php: '5.4'
83
os: 'ubuntu-latest'
84
skip_tests: true
85
- - php: '8.4'
86
- skip_tests: true
87
88
# yamllint disable-line rule:line-length
89
name: "PHP: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }}${{ matrix.libxml_minor && format( ' with libxml {0}', matrix.libxml_minor ) || '' }} (${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Win' }})"
0 commit comments