Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Php 8.3 #84

Merged
merged 4 commits into from
Dec 13, 2023
Merged

Php 8.3 #84

merged 4 commits into from
Dec 13, 2023

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    979e1d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Trigger GitHub Actions

    marcreichel committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    149542b View commit details
    Browse the repository at this point in the history
  2. Remove '.github/**' from paths-ignore in Github workflows

    The '.github/**' path has been removed from the paths-ignore list in all Github workflows. This implies that changes in '.github/**' will now trigger the associated Github workflows, which was not the case previously. This change ensures that updates in Github related files are checked regularly for quality, style, coverage, and tests.
    marcreichel committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8d5b6f2 View commit details
    Browse the repository at this point in the history
  3. Update test workflow to only use Ubuntu OS

    The testing workflows have been updated to only use the Ubuntu-latest OS. This change has been made on both the pull request tests and regular tests. The Windows-latest OS has been removed from the testing matrix.
    marcreichel committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9737b46 View commit details
    Browse the repository at this point in the history