Skip to content

Commit

Permalink
try to use php8.1 for over all CI
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
  • Loading branch information
Florian Steffens committed Oct 13, 2023
1 parent 2e2d44e commit ef5366b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
matrix:
node-version: [ 16 ]
databases: [ 'mysql' ]
server-versions: [ 'stable25', 'master' ]
server-versions: [ 'stable25', 'stable27', 'master' ]
include:
- php-versions: 8.1
- server-versions: 'stable25'
php-versions: 7.4


services:
mysql:
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,12 @@ jobs:
strategy:
fail-fast: false
matrix:
server-versions: ['stable25', 'stable26', 'stable27', 'master']
server-versions: ['stable25', 'stable27', 'master']
include:
- php-versions: '8.2'
- php-versions: '8.1'
- server-versions: 'stable25'
php-versions: '7.4'
databases: 'sqlite'
- server-versions: 'stable26'
php-versions: '8.1'
databases: 'mysql'
- server-versions: 'stable27'
php-versions: '8.1'
databases: 'mysql'
- server-versions: 'master'
databases: 'sqlite'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ jobs:

strategy:
matrix:
server-versions: ['stable25', 'master']
server-versions: ['stable25', 'stable27', 'master']
include:
- php-versions: 8.1
- server-versions: 'stable25'
php-versions: 7.4

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.4"
"php": "8.1"
}
},
"scripts": {
Expand Down

0 comments on commit ef5366b

Please sign in to comment.