Skip to content

Commit

Permalink
[BUGFIX] Remove v13 from testing range
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Nov 21, 2024
1 parent 7129de7 commit 68cf137
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ jobs:
core: '^12.4'
prefer: '--prefer-lowest'

- php: '8.2'
core: '^13.0'
prefer: ''
- php: '8.2'
core: '^13.0'
prefer: '--prefer-lowest'

- php: '8.3'
core: '^13.0'
prefer: ''
- php: '8.3'
core: '^13.0'
prefer: '--prefer-lowest'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions Build/Scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ if [[ $DEBUG_TESTS != true ]]; then
runFunctionalTests "8.2" "^12.4" || exit 1
runFunctionalTests "8.2" "^12.4" "--prefer-lowest" || exit 1
cleanup
runFunctionalTests "8.2" "^13.0" || exit 1
runFunctionalTests "8.2" "^13.0" "--prefer-lowest" || exit 1
runFunctionalTests "8.3" "^13.0" || exit 1
runFunctionalTests "8.3" "^13.0" "--prefer-lowest" || exit 1
cleanup
else
cleanup
runFunctionalTests "8.2" "^13.0" "dev-main" "Tests/Functional" || exit 1
Expand Down
4 changes: 2 additions & 2 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
interlink-shortcode="evoweb/recaptcha"
/>
<project title="recaptcha"
release="13.1.0"
version="13.1.0"
release="13.1.1"
version="13.1.1"
copyright="since 2015 by evoWeb"
/>
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author_email' => '[email protected]',
'author_company' => 'evoWeb',
'state' => 'stable',
'version' => '13.1.0',
'version' => '13.1.1',
'constraints' => [
'depends' => [
'typo3' => '12.0.0-12.4.99',
Expand Down

0 comments on commit 68cf137

Please sign in to comment.