We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8a3a commit a9f9661Copy full SHA for a9f9661
.github/workflows/ci.yaml
@@ -9,16 +9,14 @@ on:
9
10
jobs:
11
run:
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
13
strategy:
14
fail-fast: false
15
matrix:
16
php:
17
- - '7.1'
18
- - '7.2'
19
- - '7.3'
20
- '7.4'
21
- '8.0'
+ - '8.1'
22
symfony-versions: [false]
23
include:
24
- description: 'Symfony 4.*'
@@ -48,5 +46,4 @@ jobs:
48
46
49
47
- name: Run PHPUnit tests
50
run: |
51
- export SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1
52
./vendor/bin/simple-phpunit
composer.json
@@ -21,7 +21,7 @@
}
],
"require": {
- "php": "^7.1.3 || ^8.0",
+ "php": "^7.4 || ^8.0",
25
"ext-dom": "*",
26
"ext-json": "*",
27
"symfony/config": "^4.4 || ^5.0",
0 commit comments