Skip to content

Commit

Permalink
Remove testing against dev-main
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Oct 21, 2023
1 parent 181788e commit 6004497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
- { PHP: 7.4, TYPO3_VERSION: "^11.5", TESTING_FRAMEWORK: "^6.6.2" }
- { PHP: 7.4, TYPO3_VERSION: "^11.5.2", TESTING_FRAMEWORK: "^6.6.2", PREFER_LOWEST: "--prefer-lowest" }
- { PHP: 8.1, TYPO3_VERSION: "dev-main", TESTING_FRAMEWORK: "dev-main", experimental: true }
- { PHP: 8.1, TYPO3_VERSION: "^11.5.2", TESTING_FRAMEWORK: "^6.6.2", experimental: true }

env: ${{ matrix.env }}

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
@@ -1,6 +1,6 @@
[general]
project = sf_register
release = 11.1.4
release = 11.1.5
copyright = since 2010 by evoWeb

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -9,7 +9,7 @@
'author_company' => 'evoWeb',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '11.1.4',
'version' => '11.1.5',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-11.9.99',
Expand Down

0 comments on commit 6004497

Please sign in to comment.