Skip to content

Commit

Permalink
Test more specific version name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Dec 27, 2024
1 parent caf3bd8 commit 3e8e486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ workflows:
- test_unit:
<<: *default-context
name: test_unit_react_18
react-version: ^18
react-version: ^18.0.0
filters:
branches:
only:
Expand All @@ -431,7 +431,7 @@ workflows:
- test_browser:
<<: *default-context
name: test_browser_react_18
react-version: ^18
react-version: ^18.0.0
filters:
branches:
only:
Expand All @@ -443,7 +443,7 @@ workflows:
- test_regressions:
<<: *default-context
name: test_regressions_react_18
react-version: ^18
react-version: ^18.0.0
filters:
branches:
only:
Expand All @@ -455,7 +455,7 @@ workflows:
- test_e2e:
<<: *default-context
name: test_e2e_react_18
react-version: ^18
react-version: ^18.0.0
filters:
branches:
only:
Expand Down

0 comments on commit 3e8e486

Please sign in to comment.