We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3635fa commit 4c6da21Copy full SHA for 4c6da21
.github/workflows/unit.yaml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
operating-system: [ubuntu-latest]
13
- php-versions: [ '7.2', '7.3', '7.4','8.0' ]
+ php-versions: [ '7.4','8.0' ]
14
name: PHP ${{ matrix.php-versions }} Unit Test
15
steps:
16
- name: Checkout
0 commit comments