Skip to content

Commit 55f8012

Browse files
committed
chore(ci): run integration tests on php8.4
Signed-off-by: grnd-alt <git@belakkaf.net>
1 parent 21ce3db commit 55f8012

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-federation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-versions: ['8.3']
32+
php-versions: ['8.4']
3333
server-versions: ['master']
3434

3535
name: php${{ matrix.php-versions }}-${{ matrix.server-versions }}

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
php-versions: ['8.3']
33+
php-versions: ['8.4']
3434
databases: ['sqlite', 'mysql', 'pgsql']
3535
server-versions: ['master']
3636

0 commit comments

Comments
 (0)