Skip to content

Commit

Permalink
adjust to NC 25
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Sep 18, 2023
1 parent 2df6d29 commit f9f013f
Show file tree
Hide file tree
Showing 27 changed files with 1,621 additions and 4,899 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "8.0", "8.1", "8.2" ]
php-versions: [ "7.4", "8.0", "8.1" ]

name: php-lint

Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ test-stable24: updater.phar test/vendor
test-stable25: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/stable25.feature

test-stable26: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/stable26.feature

test-master: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/master.feature

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"classmap-authoritative": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0"
"php": "7.4"
},
"sort-packages": true
},
Expand Down
60 changes: 30 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/features/master.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Feature: CLI updater - master base
And the version number is decreased in the config.php to enforce upgrade
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 26.0
Then the installed version should be 28.0
And maintenance mode should be off
And upgrade is not required
20 changes: 0 additions & 20 deletions tests/features/stable26.feature

This file was deleted.

Binary file modified updater.phar
Binary file not shown.
4 changes: 2 additions & 2 deletions vendor-bin/box/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require-dev": {
"humbug/box": "^3.16"
"humbug/box": "^2.7"
},
"config": {
"platform": {
"php": "8.0"
"php": "7.4"
}
}
}
Loading

0 comments on commit f9f013f

Please sign in to comment.