Skip to content

Commit

Permalink
ci: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidyou committed Dec 5, 2023
1 parent 9b1c4e3 commit 25cb615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
os: [ubuntu-20.04]
php-versions: ['7.4', '8.0', '8.1', '8.2']
env:
OS: ${{ matrix.os }}
PHP_VERSION: ${{ matrix.php-versions }}
Expand Down

0 comments on commit 25cb615

Please sign in to comment.