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 a4612b8 commit 92bf367Copy full SHA for 92bf367
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
runs-on: ${{ matrix.operating-system }}
27
strategy:
28
matrix:
29
- operating-system: ['ubuntu-20.04']
30
- php-versions: ['7.4', '8.0', '8.1', 'latest']
+ operating-system: ['ubuntu-24.04']
+ php-versions: ['8.3', '8.4']
31
phpunit-versions: ['latest', '9.5']
32
steps:
33
- name: Setup github ssh key
0 commit comments