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 381bcba commit a891a9eCopy full SHA for a891a9e
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
operating-system: [ubuntu-latest, windows-latest, macos-latest]
11
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.2', '7.3', '7.4', '8.0']
12
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
13
steps:
14
- name: Setup PHP
0 commit comments