We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91b38d commit 40b71b4Copy full SHA for 40b71b4
.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', 'latest']
+ operating-system: ['ubuntu-22.04']
+ php-versions: ['8.0', '8.1', '8.2', 'latest']
31
phpunit-versions: ['latest', '9.5']
32
steps:
33
- name: Setup github ssh key
0 commit comments