Skip to content

Commit

Permalink
Updated files to prep for release (#233)
Browse files Browse the repository at this point in the history
* Updated files to prep for release

* Fix issue with node update

* Update codecov node requirements

* Revert "Update codecov node requirements"

This reverts commit e3d6a28.
  • Loading branch information
nd4p90x authored Feb 15, 2024
1 parent a335095 commit 84424df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.8.0 / 2024-02-12
==================

* Include support for 8.3 (#231)


3.7.0 / 2023-09-11
==================
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

global $SEGMENT_VERSION;

$SEGMENT_VERSION = '3.7.0';
$SEGMENT_VERSION = '3.8.0';

0 comments on commit 84424df

Please sign in to comment.