Skip to content

Commit

Permalink
github: workflows: stop testing 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Sep 26, 2022
1 parent 3d2db30 commit dc38ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1']

steps:
- uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1']
arch: [x64]
ts: [nts]

Expand Down

0 comments on commit dc38ab5

Please sign in to comment.