Skip to content

Commit

Permalink
feat: drop support for php < 8.1,
Browse files Browse the repository at this point in the history
drop support for symfony < 5.4,
  • Loading branch information
Chris8934 committed Jan 23, 2024
1 parent 963102b commit 9d01ac4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove phpspec
run: composer remove --dev friends-of-phpspec/phpspec-code-coverage phpspec/phpspec

- name: PHPStan
uses: docker://oskarstark/phpstan-ga
env:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: tests

on:
push:
branches:
- '*.x'
branches:
- '*.x'
pull_request:

jobs:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.1', '7.4', '8.2', '8.3']
php: ['8.1']

steps:
- name: Checkout code
Expand All @@ -61,12 +61,12 @@ jobs:
strategy:
matrix:
include:
- symfony: '5'
- symfony: '5.4.*'
php-version: '8.1'
- symfony: '6'
- symfony: '6.4.*'
php-version: '8.2'
- symfony: '7.0.*'
php-version: '8.2'
- symfony: '7'
php-version: '8.3'

steps:
- name: Checkout code
Expand Down

0 comments on commit 9d01ac4

Please sign in to comment.