Skip to content

Commit

Permalink
Update the matrix according to the latest travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy authored and jmglsn committed Feb 3, 2021
1 parent e620803 commit 3a9347a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '7.4'

- uses: "ramsey/composer-install@v1"

Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3']
php: ['7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }} tests
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3a9347a

Please sign in to comment.