1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Commit Graph

136 Commits

Author SHA1 Message Date
Ilija Tovilo 28ccf9ff73 Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Fix PHP-8.0 skipping for some jobs
2022-09-27 23:29:29 +02:00
Ilija Tovilo 958955e62a Fix PHP-8.0 skipping for some jobs 2022-09-27 23:28:59 +02:00
Ilija Tovilo 81f7ef4058 Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Switch to sanitize CFLAGS for community build
2022-09-26 23:39:42 +02:00
Ilija Tovilo ebe4467a42 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Switch to sanitize CFLAGS for community build
2022-09-26 23:39:25 +02:00
Ilija Tovilo 12afd0cba8 Switch to sanitize CFLAGS for community build
PHP-8.0 doesn't support those flags, we can switch once we drop that
build.
2022-09-26 23:39:03 +02:00
Ilija Tovilo 2aa10a6c0e Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Backport community build to PHP-8.0 branch
2022-09-25 17:23:25 +02:00
Ilija Tovilo f368ecab83 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Backport community build to PHP-8.0 branch
2022-09-25 17:23:20 +02:00
Ilija Tovilo b655451439 Backport community build to PHP-8.0 branch
It doesn't make sense to keep it on azure because it will be run for the
PHP-8.0 branch on nightly anyway, as the workflow is triggered on the
master branch which will then invoke it for each branch.
2022-09-25 17:22:45 +02:00
Ilija Tovilo a11b05f9a6 Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Migrate libmysqlclient job to GitHub actions
2022-09-25 16:40:35 +02:00
Ilija Tovilo 1ee5b65f09 Migrate libmysqlclient job to GitHub actions
Closes GH-9608
2022-09-25 16:37:36 +02:00
Ilija Tovilo f505457a6a Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Migrate variation job to GitHub actions
  Migrate --repeat 2 job to GitHub actions
2022-09-25 16:30:57 +02:00
Ilija Tovilo 90b437229f Migrate variation job to GitHub actions 2022-09-25 16:29:54 +02:00
Ilija Tovilo 2cf7d70e53 Migrate --repeat 2 job to GitHub actions 2022-09-25 16:28:43 +02:00
Ilija Tovilo a107266e1c Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Migrate MSAN build to GitHub actions
2022-09-25 16:23:48 +02:00
Ilija Tovilo 5c72029e60 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Migrate MSAN build to GitHub actions
2022-09-25 16:21:57 +02:00
Ilija Tovilo 9377c30577 Migrate MSAN build to GitHub actions 2022-09-25 16:18:58 +02:00
Ilija Tovilo b1e112f668 Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Move Opcache variation job to GitHub actions
2022-09-25 16:06:08 +02:00
Ilija Tovilo 9820098363 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Move Opcache variation job to GitHub actions
2022-09-25 16:04:59 +02:00
Ilija Tovilo 1bef2e5108 Move Opcache variation job to GitHub actions
Closes GH-9606
2022-09-25 15:57:59 +02:00
Ilija Tovilo 7a8c1a2307 Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Migrate community job to GitHub actions
2022-09-23 20:25:14 +02:00
Ilija Tovilo e10961b27f Migrate community job to GitHub actions 2022-09-23 20:23:54 +02:00
Ilija Tovilo ca03a56d53 Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Skip nightly coverage job in forks
2022-09-15 10:42:08 +02:00
Ilija Tovilo 308ad7f017 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Skip nightly coverage job in forks
2022-09-15 10:41:53 +02:00
Ilija Tovilo 0451eded79 Skip nightly coverage job in forks 2022-09-15 10:41:17 +02:00
Ben Ramsey 8330a0f323 Add PHP-8.2 branch to build processes 2022-08-30 13:07:16 -05:00
Máté Kocsis 3f04caab28 Merge branch 'PHP-8.1'
* PHP-8.0:
  Fix GH-8348 for nightly
2022-08-26 10:58:09 +02:00
Máté Kocsis ce1358f9b0 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Fix GH-8348 for nightly
2022-08-26 10:57:38 +02:00
Michael Voříšek 34d9e089c2 Fix GH-8348 for nightly 2022-08-26 10:56:58 +02:00
Máté Kocsis 92c8e79673 Merge branch 'PHP-8.1'
* PHP-8.0:
  Test oci8 & pdo_oci in CI
2022-08-24 16:47:17 +02:00
Máté Kocsis 497820ea5f Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Test oci8 & pdo_oci in CI
2022-08-24 16:46:38 +02:00
Michael Voříšek c19116ff09 Test oci8 & pdo_oci in CI
Closes GH-8348
2022-08-24 16:45:34 +02:00
Ilija Tovilo 0028c242f0 Add --[no-]progress option to run-tests.php (#9255)
Previously, adding the -g argument would disable progress, even locally.
Now it needs to be disabled explicitly.
2022-08-11 20:58:15 +02:00
David Carlier b0c658f0b1 Merge branch 'PHP-8.1' 2022-08-10 21:47:57 +01:00
David Carlier ab58e4a03d Merge branch 'PHP-8.0' into PHP-8.1 2022-08-10 21:47:38 +01:00
Vladislav Senin 8aeae636e3 Fixes CI macOs, replacing now disabled tidyp dependency to tidy-html5. 2022-08-10 21:46:25 +01:00
Ilija Tovilo 2650340b94 [skip ci] Also update message in feature closer 2022-08-06 21:17:36 +02:00
Ilija Tovilo 8438ad6d6b [skip ci] Bump days-before-close to 14 days in stale feature closer 2022-08-06 21:16:28 +02:00
zeriyoshi 487f74c69a Merge branch 'PHP-8.1' 2022-08-05 02:24:17 +09:00
zeriyoshi 4d7ccbb69f Merge branch 'PHP-8.0' into PHP-8.1 2022-08-05 02:23:44 +09:00
Go Kudo a807092c18 CI: macos-10.15 -> macos-11 (#9087)
macOS-10.15 deprecated and remove soon GitHub Actions.
We needs migrate to macos-11 (Big Sur)
2022-08-05 02:23:00 +09:00
Máté Kocsis 59d257d1ae Declare ext/tokenizer constants in stubs (#9148) 2022-08-01 10:50:56 +02:00
Ilija Tovilo 53e7141515 Hide skipped tests in CI (#9163) 2022-07-31 20:47:15 +02:00
Ilija Tovilo 7804cffe04 Fix stale message in close-stale-feature-requests.yml 2022-07-31 00:49:41 +02:00
Ilija Tovilo fdb9e3a982 Close stale feature requests
Closes GH-9182
2022-07-29 10:06:02 +02:00
Ilija Tovilo b5ab0e06b8 Assert all test files are cleaned up in CI (#8977)
Closes GH-8427
2022-07-21 16:06:14 +01:00
Tim Düsterhus 2e404959a0 Add scripts/dev/credits to 'verify-generated-files' action (#9049)
see 3292e54d8c
2022-07-19 19:45:14 +02:00
Tim Düsterhus 3c24e5a6df [ci skip] Add the 'random' extension to labeler.yml (#9050)
see 4d8dd8d258
2022-07-19 17:55:22 +02:00
Jakub Zelenka 583cc01e9e Fix labeler selection of SAPIs 2022-07-02 18:10:33 +01:00
Ilija Tovilo 982d8fd19b Merge branch 'PHP-8.1'
* PHP-8.1:
  Add test coverage job
2022-06-24 15:11:56 +02:00
Ilija Tovilo fa6953d307 Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0:
  Add test coverage job
2022-06-24 15:11:33 +02:00