Skip to content

Commit

Permalink
Remove tests on non-supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 8, 2023
1 parent 6c2ef00 commit adc2d9c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- '3.x'
- '4.x'

env:
SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE: 1
Expand All @@ -23,11 +23,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.2.5'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
experimental: [false]

Expand Down Expand Up @@ -69,11 +64,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.2.5'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
extension:
- 'extra/cache-extra'
Expand Down

0 comments on commit adc2d9c

Please sign in to comment.