Skip to content

Commit 1b3063e

Browse files
committed
cleanup ci
1 parent acd10af commit 1b3063e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
1717

18-
- name: Install legacy zend diactoros as we reference that as well
19-
run: composer require "zendframework/zend-diactoros:2.2.1" --no-interaction --no-update
20-
2118
- name: PHPStan
2219
uses: docker://oskarstark/phpstan-ga
2320
env:

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
15+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1616

1717
steps:
1818
- name: Checkout code
@@ -25,12 +25,6 @@ jobs:
2525
tools: composer
2626
coverage: none
2727

28-
- name: Require PHPSpec 7.1 dependencies
29-
run: |
30-
composer require "phpspec/phpspec:^7.1@dev" --no-interaction --no-update
31-
composer update --prefer-dist --no-interaction --no-progress --ignore-platform-req=php
32-
if: "matrix.php == '8.1'"
33-
3428
- name: Install dependencies
3529
run: composer update --prefer-dist --no-interaction --no-progress
3630

0 commit comments

Comments
 (0)