Skip to content

Commit d622fa2

Browse files
committed
Remove experimental on CI build & bump php version on component
1 parent c3ff04d commit d622fa2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
jobs:
1414
tests:
1515
runs-on: ubuntu-latest
16-
continue-on-error: ${{ matrix.experimental }}
1716
name: "PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, Twig ${{ matrix.twig }}, Persistence: ${{ matrix.persistence }}, Collections: ${{ matrix.collections }}"
1817
env:
1918
APP_ENV: ${{ matrix.app_env }}
@@ -25,18 +24,15 @@ jobs:
2524
symfony: ["^5.4", "^6.4"]
2625
persistence: ["^2.0", "^3.0"]
2726
collections: ["^1.8", "^2.0"]
28-
experimental: [false]
2927
app_env: ["test"]
3028
include:
3129
- php: "8.1"
3230
pagerfanta: "^3.7"
3331
symfony: "^5.4"
3432
app_env: "test"
35-
experimental: false
3633
- php: 8.3
3734
symfony: "^7.0"
3835
app_env: "test_without_hateoas"
39-
experimental: true
4036
exclude:
4137
- php: "8.1"
4238
collections: "^2.0"

src/Component/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^8.0",
30+
"php": "^8.1",
3131
"doctrine/collections": "^1.8 || ^2.0",
3232
"doctrine/inflector": "^1.4 || ^2.0",
3333
"gedmo/doctrine-extensions": "^2.4.12 || ^3.0",

0 commit comments

Comments
 (0)