Skip to content

Commit 49917f2

Browse files
authored
IBX-11179: Updated PHP versions in CI configuration with 8.3 and 8.4 (#95)
1 parent 372784b commit 49917f2

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
matrix:
4444
php:
4545
- '7.4'
46-
- '8.0'
46+
- '8.3'
47+
- '8.4'
4748
composer_options: [ "" ]
48-
include:
49-
- php: '8.1'
50-
composer_options: "--ignore-platform-req php"
5149

5250
steps:
5351
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ibexa/search": "~4.6.0@dev",
4141
"ibexa/http-cache": "~4.6.0@dev",
4242
"overblog/graphiql-bundle": "^0.2",
43-
"phpspec/phpspec": "~7.5.0",
43+
"phpspec/phpspec": "^7.5 || ^8.0",
4444
"ibexa/code-style": "~1.2.0",
4545
"mikey179/vfsstream": "^1.6"
4646
},

0 commit comments

Comments
 (0)