Skip to content

Commit

Permalink
ci: update php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rezigned committed Dec 19, 2023
1 parent 5ed4ba8 commit 0969901
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
- pull_request
- push
- workflow_dispatch

jobs:
tests:
Expand All @@ -11,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4']
php-versions: ['7.3', '7.4']

steps:
- name: Checkout
Expand All @@ -34,7 +35,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']

steps:
- name: Checkout
Expand Down

0 comments on commit 0969901

Please sign in to comment.