We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372784b commit 49917f2Copy full SHA for 49917f2
2 files changed
.github/workflows/ci.yaml .github/workflows/backend-ci.yaml.github/workflows/ci.yaml renamed to .github/workflows/backend-ci.yaml
@@ -43,11 +43,9 @@ jobs:
43
matrix:
44
php:
45
- '7.4'
46
- - '8.0'
+ - '8.3'
47
+ - '8.4'
48
composer_options: [ "" ]
- include:
49
- - php: '8.1'
50
- composer_options: "--ignore-platform-req php"
51
52
steps:
53
- uses: actions/checkout@v2
composer.json
@@ -40,7 +40,7 @@
40
"ibexa/search": "~4.6.0@dev",
41
"ibexa/http-cache": "~4.6.0@dev",
42
"overblog/graphiql-bundle": "^0.2",
- "phpspec/phpspec": "~7.5.0",
+ "phpspec/phpspec": "^7.5 || ^8.0",
"ibexa/code-style": "~1.2.0",
"mikey179/vfsstream": "^1.6"
},
0 commit comments