We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da9494 commit aebd40aCopy full SHA for aebd40a
1 file changed
.github/workflows/php.yml
@@ -45,6 +45,9 @@ jobs:
45
operating-system: 'ubuntu-20.04'
46
phpunit-versions: '7.5.20'
47
coverage: true
48
+ - php-versions: '8.1'
49
+ operating-system: 'ubuntu-20.04'
50
+ phpunit-versions: '9.5.4'
51
52
steps:
53
- name: Setup PHP
0 commit comments