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 42b5558 commit adce7ddCopy full SHA for adce7dd
.github/workflows/continuous-integration.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
operating-system: [ubuntu-latest]
18
- php-versions: ["7.3", "7.4"]
+ php-versions: ["7.3", "7.4", "8.0"]
19
runs-on: ${{ matrix.operating-system }}
20
steps:
21
- name: Checkout
0 commit comments