Dylan K. Taylor
|
e2071e59c8
|
actions: update PHP versions
|
2023-03-13 17:44:10 +00:00 |
|
Dylan K. Taylor
|
dedd1d7fb3
|
Merge branch 'next-minor' into next-major
|
2023-03-07 15:25:44 +00:00 |
|
Dylan K. Taylor
|
a1b42d419f
|
Merge branch 'stable' into next-minor
|
2023-03-07 15:24:24 +00:00 |
|
Dylan K. Taylor
|
ef942a627f
|
actions: drop concurrency group
this is causing builds to get randomly cancelled when multiple branches are pushed at once.
|
2023-03-07 15:23:12 +00:00 |
|
Dylan K. Taylor
|
b399b2086c
|
Merge branch 'next-minor' into next-major
|
2023-03-07 15:14:13 +00:00 |
|
Dylan K. Taylor
|
9783380d1a
|
Merge branch 'stable' into next-minor
|
2023-03-07 15:13:39 +00:00 |
|
Dylan K. Taylor
|
87a2e0460c
|
Ping Discord news subscribers on new releases
|
2023-03-04 17:09:32 +00:00 |
|
Dylan K. Taylor
|
6db2b022fb
|
Merge branch 'next-minor' into next-major
|
2023-03-04 16:58:03 +00:00 |
|
Dylan K. Taylor
|
e227e6d8bf
|
Merge branch 'stable' into next-minor
|
2023-03-04 16:55:56 +00:00 |
|
Dylan K. Taylor
|
70f1ee3e97
|
draft-release: set prerelease flag properly
|
2023-03-04 16:29:26 +00:00 |
|
Dylan K. Taylor
|
407b78de3b
|
Merge branch 'next-minor' into next-major
|
2023-02-28 19:25:05 +00:00 |
|
Dylan K. Taylor
|
0fcd2e7894
|
Merge branch 'stable' into next-minor
|
2023-02-28 19:23:25 +00:00 |
|
dependabot[bot]
|
8f024cb382
|
Bump docker/build-push-action from 3.3.0 to 4.0.0 (#5545)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-25 20:04:34 +00:00 |
|
Dylan K. Taylor
|
c82b43a586
|
Merge branch 'next-minor' into next-major
|
2023-02-23 22:00:14 +00:00 |
|
Dylan K. Taylor
|
9acb4d64db
|
Added generated constants for available BedrockData files
this makes it easier to detect unused files, detect removed files, and also avoid typos in usages.
|
2023-02-23 21:45:12 +00:00 |
|
Dylan K. Taylor
|
2f283678c7
|
Merge branch 'next-minor' into next-major
|
2023-01-30 13:26:29 +00:00 |
|
dependabot[bot]
|
0ac9584bbb
|
Bump shivammathur/setup-php from 2.23.0 to 2.24.0 (#5543)
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.23.0...2.24.0)
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-30 12:49:42 +00:00 |
|
Dylan T
|
bd3e9e1cad
|
Do not allow more than 1 run to compile PHP at a time
this causes cache collisions and build failures
|
2023-01-23 20:13:29 +00:00 |
|
Dylan K. Taylor
|
222415859a
|
Require pthreads ^5.1
This version of pthreads has a substantially improved API, improved
performance, improved memory usage, and much less magical and broken
behaviour.
|
2023-01-23 20:02:33 +00:00 |
|
Dylan K. Taylor
|
14b250c63f
|
Merge branch 'next-minor' into next-major
|
2023-01-23 19:37:18 +00:00 |
|
Dylan K. Taylor
|
a12aac71fd
|
Updated setup-php-action
|
2023-01-23 19:36:52 +00:00 |
|
Dylan K. Taylor
|
07a30ea1f9
|
Merge branch 'next-minor' into next-major
|
2023-01-20 15:42:30 +00:00 |
|
Dylan K. Taylor
|
65ef929d22
|
Update Actions PHP versions
|
2023-01-20 01:13:15 +00:00 |
|
Dylan K. Taylor
|
441919c5e3
|
Begin testing on PHP 8.2
|
2023-01-20 01:12:35 +00:00 |
|
Dylan K. Taylor
|
de3ba00684
|
Merge branch 'next-minor' into next-major
|
2023-01-18 19:48:41 +00:00 |
|
Dylan K. Taylor
|
f0925ff9dc
|
draft-release: link to the correct channel-specific changelog
not having this made releasing alphas and betas error-prone, because I'd have to manually amend the changelog URL in the release.
|
2023-01-18 16:32:22 +00:00 |
|
Dylan K. Taylor
|
d9b8251f7b
|
Merge branch 'next-minor' into next-major
|
2023-01-16 18:31:51 +00:00 |
|
dependabot[bot]
|
95e8c68fde
|
Bump docker/build-push-action from 3.2.0 to 3.3.0 (#5513)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-16 18:06:31 +00:00 |
|
Dylan K. Taylor
|
c2918709a3
|
Merge branch 'next-minor' into next-major
|
2023-01-06 01:59:04 +00:00 |
|
Dylan T
|
e9ca25c1cb
|
typo
|
2023-01-05 16:45:56 +00:00 |
|
Dylan T
|
a513cca582
|
Stop Dependabot from creating PRs for locale-data minor and major versions
|
2023-01-05 16:45:22 +00:00 |
|
dependabot[bot]
|
9a47c1d401
|
Bump shivammathur/setup-php from 2.22.0 to 2.23.0 (#5474)
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.22.0...2.23.0)
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-04 20:15:11 +00:00 |
|
Dylan K. Taylor
|
f8cc015c51
|
Merge branch 'next-minor' into next-major
|
2022-12-23 16:58:59 +00:00 |
|
Dylan T
|
7d1d62042c
|
attempted fix for GitHub rate limiting php-cs-fixer installation
from https://github.com/shivammathur/setup-php/issues/678#issuecomment-1363128626
|
2022-12-22 18:13:03 +00:00 |
|
Dylan K. Taylor
|
4d79aced07
|
Merge branch 'next-minor' into next-major
|
2022-12-15 19:50:27 +00:00 |
|
dependabot[bot]
|
9b55d18393
|
Bump ncipollo/release-action from 1.11.2 to 1.12.0 (#5451)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.11.2...v1.12.0)
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-15 19:20:28 +00:00 |
|
dependabot[bot]
|
1cb6d9f5af
|
Bump dessant/support-requests from 2 to 3 (#5442)
Bumps [dessant/support-requests](https://github.com/dessant/support-requests) from 2 to 3.
- [Release notes](https://github.com/dessant/support-requests/releases)
- [Changelog](https://github.com/dessant/support-requests/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/support-requests/compare/v2...v3)
---
updated-dependencies:
- dependency-name: dessant/support-requests
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-05 21:10:09 +00:00 |
|
Dylan K. Taylor
|
28d8526d8d
|
Merge branch 'next-minor' into next-major
|
2022-11-30 20:05:30 +00:00 |
|
dependabot[bot]
|
2db86d151f
|
Bump ncipollo/release-action from 1.11.1 to 1.11.2 (#5414)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.11.1...v1.11.2)
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-26 20:26:02 +00:00 |
|
Dylan K. Taylor
|
a205d64732
|
Merge branch 'next-minor' into next-major
|
2022-11-12 17:02:56 +00:00 |
|
dependabot[bot]
|
1a8c8af523
|
Bump shivammathur/setup-php from 2.21.2 to 2.22.0 (#5375)
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.21.2...2.22.0)
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-07 13:40:53 +00:00 |
|
Dylan K. Taylor
|
92783a6db9
|
Merge branch 'next-minor' into next-major
|
2022-10-13 21:06:39 +01:00 |
|
dependabot[bot]
|
c83f0896ac
|
Bump ncipollo/release-action from 1.10.0 to 1.11.1 (#5319)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.10.0...v1.11.1)
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-13 13:07:03 +01:00 |
|
dependabot[bot]
|
0d29a138fb
|
Bump docker/build-push-action from 3.1.1 to 3.2.0 (#5336)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-13 13:06:25 +01:00 |
|
Dylan K. Taylor
|
f80ffd8de0
|
Merge branch 'next-minor' into next-major
|
2022-09-15 13:59:21 +01:00 |
|
Dylan K. Taylor
|
a82923acb4
|
Updated Actions PHP versions
|
2022-09-15 12:03:36 +01:00 |
|
Dylan K. Taylor
|
67887afd6b
|
Updated php-cs-fixer version for Actions
|
2022-09-15 12:03:04 +01:00 |
|
Dylan K. Taylor
|
1ecb10acba
|
Merge branch 'next-minor' into next-major
|
2022-08-21 19:19:07 +01:00 |
|
Dylan K. Taylor
|
717ab1989a
|
Update setup-php-action to pmmp/setup-php-action@82a44d659b
|
2022-08-21 18:14:07 +01:00 |
|
Dylan K. Taylor
|
83db186b6a
|
Updated setup-php-action to pmmp/setup-php-action@e128aee02f
|
2022-08-20 18:53:08 +01:00 |
|