Skip to content

Commit 0001f7b

Browse files
authored
Merge pull request #3698 from Parsely/update/add-php-8-5-testing-to-integration-tests
2 parents 5936087 + 6889fa3 commit 0001f7b

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,18 @@ jobs:
2929
# - coverage: Whether to run the tests with code coverage.
3030
# - experimental: Whether the build is "allowed to fail".
3131
matrix:
32-
php: ['7.4', '8.0', '8.1', '8.2']
32+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
3333
wp: ['latest']
3434
coverage: [none]
3535
experimental: [false]
3636
include:
37-
- php: '8.3'
37+
- php: '8.4'
3838
coverage: pcov
3939
extensions: pcov
4040
ini-values: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
4141
experimental: false
42-
- php: '8.4'
42+
- php: '8.5'
4343
wp: 'trunk'
44-
coverage: none
4544
experimental: true
4645
fail-fast: false
4746
continue-on-error: ${{ matrix.experimental }}

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ jobs:
3030
# - coverage: Whether to run the tests with code coverage.
3131
# - experimental: Whether the build is "allowed to fail".
3232
matrix:
33-
php: ['7.4', '8.0', '8.1', '8.2']
33+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
3434
coverage: [none]
3535
experimental: [false]
3636
include:
37-
- php: '8.3'
37+
- php: '8.4'
3838
coverage: pcov
3939
extensions: pcov
4040
ini-values: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
4141
experimental: false
42-
- php: '8.4'
43-
coverage: none
42+
- php: '8.5'
4443
experimental: true
4544
fail-fast: false
4645
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)