Skip to content

Commit b48127c

Browse files
authored
chore: Add tests for PHP 8.4
1 parent 22418b1 commit b48127c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Install PHP"
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
php-version: "8.3"
43+
php-version: "8.4"
4444
coverage: "none"
4545
tools: "composer:v2"
4646

@@ -65,7 +65,7 @@ jobs:
6565
- name: Install PHP with extensions
6666
uses: shivammathur/setup-php@v2
6767
with:
68-
php-version: '8.3'
68+
php-version: '8.4'
6969
coverage: none
7070
tools: composer:v2, composer-normalize:2
7171
env:

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- "8.1"
3030
- "8.2"
3131
- "8.3"
32+
- "8.4"
3233
deps:
3334
- "highest"
3435
no-annotations:
@@ -39,20 +40,20 @@ jobs:
3940
- deps: "lowest"
4041
php-version: "7.4"
4142
- deps: "highest"
42-
php-version: "8.3"
43+
php-version: "8.4"
4344
# Run builds on low and high PHP versions with `doctrine/annotations` removed
4445
- deps: "highest"
4546
php-version: "7.4"
4647
no-annotations: true
4748
- deps: "highest"
48-
php-version: "8.3"
49+
php-version: "8.4"
4950
no-annotations: true
5051
# Run builds on high PHP version with `doctrine/orm` version pinned
5152
- deps: "highest"
52-
php-version: "8.3"
53+
php-version: "8.4"
5354
orm: "^2.14"
5455
- deps: "highest"
55-
php-version: "8.3"
56+
php-version: "8.4"
5657
orm: "^3.0"
5758

5859
steps:

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install PHP with extensions
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: '8.3'
22+
php-version: '8.4'
2323
coverage: none
2424
extensions: mongodb, zip
2525
tools: composer:v2

0 commit comments

Comments
 (0)