We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8439b6 commit e1ec3c0Copy full SHA for e1ec3c0
.github/workflows/php-testing.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
operating-system: [ubuntu-20.04]
12
- php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
13
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
14
steps:
15
- name: Checkout
0 commit comments