Skip to content

Commit

Permalink
ci(cypress): Test against stable27
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 4, 2023
1 parent d9828d8 commit c50760b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
server-versions: ['stable25', 'master']
server-versions: ['stable25', 'stable27', 'master']

steps:
- name: Checkout server
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
containers: [1, 2, 3, 4]
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable25', 'master']
server-versions: ['stable25', 'stable27', 'master']

steps:
- name: Restore context
Expand Down

0 comments on commit c50760b

Please sign in to comment.