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 2a6d638 commit 6809a07Copy full SHA for 6809a07
.github/workflows/master.yml
@@ -9,8 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- operating-system: [ ubuntu-20.04 ]
13
- php-versions: ['8.1']
+ php-versions: ['8.0']
14
15
name: Upload coverage report
16
steps:
.github/workflows/pull-request.yml
@@ -8,8 +8,7 @@ jobs:
8
- php-versions: ['8.0', '8.1']
+ php-versions: ['8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
0 commit comments