We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b00ba commit 0391669Copy full SHA for 0391669
.github/workflows/php.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
operating-system: [ubuntu-latest]
11
- php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
12
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
14
steps:
0 commit comments