Skip to content

Commit

Permalink
Merge pull request #115 from visto9259/3.8.x
Browse files Browse the repository at this point in the history
Added PHP 8.4 to CI matrix
  • Loading branch information
visto9259 authored Jan 3, 2025
2 parents 5b03828 + f5743c5 commit b639d15
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
php_version: ['8.1', '8.2', '8.3', '8.4']
deps: ['--prefer-lowest --prefer-dist', '']
include:
- code-coverage: 'yes'
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

name: "Automatic Releases"

on:
milestone:
types:
- "closed"

jobs:
release:
uses: laminas/workflow-automatic-releases/.github/workflows/[email protected]
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
42 changes: 0 additions & 42 deletions CHANGELOG.md

This file was deleted.

0 comments on commit b639d15

Please sign in to comment.