Skip to content

Commit d5ca738

Browse files
committedNov 26, 2024·
minor #6579 Use PHP 8.4 as the baseline PHP version in CI tests (javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Use PHP 8.4 as the baseline PHP version in CI tests Commits ------- 7040102 Use PHP 8.4 as the baseline PHP version in CI tests
2 parents 8cea287 + 7040102 commit d5ca738

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
 

‎.github/workflows/ci.yaml

+5-9
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@ jobs:
6565
include:
6666
# Latest Symfony version support
6767
- os: macos-latest
68-
php_version: "8.3"
68+
php_version: "8.4"
6969
symfony_version: "7.1"
7070
stability: "stable"
7171
- os: windows-latest
72-
php_version: "8.3"
72+
php_version: "8.4"
7373
symfony_version: "7.1"
7474
stability: "stable"
7575
# LTS Symfony version support
7676
- os: macos-latest
77-
php_version: "8.3"
77+
php_version: "8.4"
7878
symfony_version: "6.4"
7979
stability: "stable"
8080
- os: windows-latest
81-
php_version: "8.3"
81+
php_version: "8.4"
8282
symfony_version: "6.4"
8383
stability: "stable"
8484
# Lowest deps support
@@ -95,10 +95,6 @@ jobs:
9595
php_version: "8.2"
9696
symfony_version: "6.4"
9797
stability: "stable"
98-
- os: ubuntu-latest
99-
php_version: "8.2"
100-
symfony_version: "7.0"
101-
stability: "stable"
10298
- os: ubuntu-latest
10399
php_version: "8.3"
104100
symfony_version: "7.1"
@@ -109,7 +105,7 @@ jobs:
109105
stability: "stable"
110106
# Upcoming Symfony versions
111107
- os: ubuntu-latest
112-
php_version: "8.3"
108+
php_version: "8.4"
113109
symfony_version: "7.2.x-dev"
114110
stability: "dev"
115111
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.