Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doctrine/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: doctrine/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.1
Choose a head ref
  • 18 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 10, 2022

  1. Run tools on PHP 8.2

    derrabus committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    10125ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from derrabus/bump/php-8.2

    Run tools on PHP 8.2
    derrabus authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    5cf4d84 View commit details
    Browse the repository at this point in the history
  3. Run jobs on Ubuntu 22.04

    derrabus committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    dc54924 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from derrabus/bump/ubuntu

    Run jobs on Ubuntu 22.04
    greg0ire authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    70ffd93 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Use paths in templates

    It is good not to run jobs unless needed, and it can be tricky to do so,
    so let us document that in a centralized place.
    greg0ire committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    30b7fa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from greg0ire/paths

    Use paths in templates
    greg0ire authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    9214b43 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Use checkout v4

    derrabus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6295902 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from derrabus/bump/checkout

    Use checkout v4
    greg0ire authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    872bb4d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. PHP 8.3 is stable

    derrabus committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0050753 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request #39 from derrabus/improvement/stable-php-8.3

    PHP 8.3 is stable
    greg0ire authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8255e2f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Bump workflow actions

    greg0ire committed May 1, 2024
    Configuration menu
    Copy the full SHA
    334efea View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request #40 from greg0ire/bump-all-the-things

    Bump workflow actions
    greg0ire authored May 2, 2024
    Configuration menu
    Copy the full SHA
    1dbf796 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Pass CODECOV_TOKEN to codecov/codecov-action

    According to the Codecov documentation, "token-less uploading is only
    available to forks attempting to create PRs on public repositories", and
    we need to be able to run builds after merging, or for PRs from a doctrine
    repository to itself (typically, a merge up).
    
    See https://docs.codecov.com/docs/codecov-uploader#supporting-token-less-uploads-for-forks-of-open-source-repos-using-codecov
    greg0ire committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5c61eff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from greg0ire/pass-codecov-token

    Pass CODECOV_TOKEN to codecov/codecov-action
    greg0ire authored May 3, 2024
    Configuration menu
    Copy the full SHA
    74d9928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68b7e7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from greg0ire/forgotten-occurrence

    Provide CODECOV_TOKEN also when using the alternate CI workflow
    greg0ire authored May 3, 2024
    Configuration menu
    Copy the full SHA
    03e9941 View commit details
    Browse the repository at this point in the history
  5. Define secrets

    It is not possible to use secrets without defining them beforehand.
    greg0ire committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a7185c3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #43 from greg0ire/define-secrets

    Define secrets
    greg0ire authored May 3, 2024
    Configuration menu
    Copy the full SHA
    5fd9247 View commit details
    Browse the repository at this point in the history
Loading