Skip to content

Commit d5f3d41

Browse files
committed
minimum-stability=dev not required anymore with php 8
1 parent 5603098 commit d5f3d41

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
max-parallel: 10
3838
matrix:
39-
php: ['7.2', '7.3', '7.4']
39+
php: ['7.2', '7.3', '7.4', '8.0']
4040

4141
steps:
4242
- name: Set up PHP
@@ -53,23 +53,3 @@ jobs:
5353

5454
- name: Run tests
5555
run: vendor/bin/simple-phpunit
56-
57-
build-php8:
58-
name: Build (PHP 8)
59-
runs-on: ubuntu-latest
60-
61-
steps:
62-
- name: Set up PHP
63-
uses: shivammathur/setup-php@v2
64-
with:
65-
php-version: 8.0
66-
coverage: 'none'
67-
68-
- name: Checkout code
69-
uses: actions/checkout@v2
70-
71-
- name: Install dependencies
72-
run: composer update --no-interaction --no-progress --prefer-dist
73-
74-
- name: Run tests
75-
run: vendor/bin/simple-phpunit

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"require-dev": {
2222
"symfony/phpunit-bridge": "^5.0@dev"
2323
},
24-
"minimum-stability": "dev",
2524
"autoload": {
2625
"psr-4": {
2726
"Tobion\\OpenApiSymfonyRouting\\": "src/"

0 commit comments

Comments
 (0)