GitHub Actions Tweaks (#457)

* Remove PHP 8.2 from tests

* Fix docker hub repository name

* Improve action labels

* Ignore .github folder from check CI
This commit is contained in:
Darko Gjorgjijoski
2025-08-31 16:13:18 +02:00
committed by GitHub
parent 23f6b1877f
commit f47b6d51f2
2 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ name: Check
on:
push:
paths-ignore:
- '.github/**/*'
- '**/*.md'
- 'public/build/*.js'
- 'public/build/**/*.js'
@@ -63,7 +64,6 @@ jobs:
strategy:
matrix:
php-version:
- 8.2
- 8.3
- 8.4
env: