Skip to content

Commit

Permalink
ci: Test against 26 only
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Feb 12, 2024
1 parent 9f47239 commit 00d24b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
node-version: [ 16 ]
databases: [ 'mysql' ]
server-versions: [ 'stable25', 'stable27', 'master' ]
server-versions: [ 'stable27', 'stable28', 'master' ]
include:
- php-versions: 8.1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
strategy:
fail-fast: false
matrix:
server-versions: ['stable25', 'stable27', 'master']
server-versions: ['stable26', 'stable27', 'master']
include:
- php-versions: '8.1'
- server-versions: 'stable25'
- server-versions: 'stable26'
databases: 'sqlite'
- server-versions: 'stable27'
databases: 'mysql'
Expand Down

0 comments on commit 00d24b2

Please sign in to comment.