Skip to content

Commit

Permalink
chore: Add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Nov 22, 2024
1 parent 22418b1 commit b48127c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.4"
coverage: "none"
tools: "composer:v2"

Expand All @@ -65,7 +65,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
coverage: none
tools: composer:v2, composer-normalize:2
env:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
deps:
- "highest"
no-annotations:
Expand All @@ -39,20 +40,20 @@ jobs:
- deps: "lowest"
php-version: "7.4"
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
# Run builds on low and high PHP versions with `doctrine/annotations` removed
- deps: "highest"
php-version: "7.4"
no-annotations: true
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
no-annotations: true
# Run builds on high PHP version with `doctrine/orm` version pinned
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
orm: "^2.14"
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
orm: "^3.0"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
coverage: none
extensions: mongodb, zip
tools: composer:v2
Expand Down

0 comments on commit b48127c

Please sign in to comment.