We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac70aa commit 43b1e89Copy full SHA for 43b1e89
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
operating-system: ['ubuntu-latest']
12
- php-versions: ['8.0']
+ php-versions: ['8.0', '8.1']
13
phpunit-versions: ['latest']
14
steps:
15
- name: Checkout
0 commit comments