Skip to content

Commit 90f8520

Browse files
committed
Update GitHub workflow configurations for PHP 8.4 compatibility
1 parent a981259 commit 90f8520

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- "8.1"
13+
- "8.2"
1414

1515
steps:
1616
- name: "Checkout"

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16-
- "8.1"
1716
- "8.2"
1817
- "8.3"
1918
deps:
@@ -23,21 +22,6 @@ jobs:
2322
symfony-deprecations-helper:
2423
- ""
2524
include:
26-
# PHP 8.1 test matrix
27-
- php-version: "8.1"
28-
deps: "normal"
29-
30-
- php-version: "8.1"
31-
deps: "low"
32-
33-
- php-version: "8.1"
34-
deps: "dev"
35-
36-
# Test Symfony 6 with PHP 8.1
37-
- php-version: "8.1"
38-
deps: "normal"
39-
symfony-require: "6.4.*"
40-
4125
# PHP 8.2 test matrix
4226
- php-version: "8.2"
4327
deps: "normal"

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- "8.1"
1413
- "8.2"
1514
- "8.3"
1615

0 commit comments

Comments
 (0)