Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jun 16, 2023
2 parents 71c59dd + 725c62a commit a353dd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Setup PHP
uses: shivammathur/setup-php@2.25.1
uses: shivammathur/setup-php@2.25.2
with:
php-version: 8.1
tools: composer:v2
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Setup PHP
uses: shivammathur/setup-php@2.25.1
uses: shivammathur/setup-php@2.25.2
with:
php-version: 8.1
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Setup PHP environment
uses: shivammathur/setup-php@2.25.1
uses: shivammathur/setup-php@2.25.2
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0-alpha.19] - 2023-06-16

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.18] - 2023-05-20

### Documentation
Expand Down

0 comments on commit a353dd2

Please sign in to comment.