Skip to content

Commit

Permalink
Merge pull request #68 from php/ci-drop-old-versions
Browse files Browse the repository at this point in the history
ci: drop support for PHP < 7.4
  • Loading branch information
omars44 authored Jan 11, 2024
2 parents 5d56082 + ba10503 commit 5c9ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
arch: [x64, x86]
ts: [ts, nts]
experimental: [false]
Expand Down

0 comments on commit 5c9ff6e

Please sign in to comment.