Skip to content

Commit

Permalink
Fix PHP 8.0 showing as 8 (#36039)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Jan 25, 2021
1 parent 3464d02 commit 6e79268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: ['7.2', '7.3', '7.4', '8.0']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: ['7.2', '7.3', '7.4', '8.0']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - Windows
Expand Down

0 comments on commit 6e79268

Please sign in to comment.