mirror of
https://github.com/danog/better-prometheus.git
synced 2024-11-29 20:29:03 +01:00
Add workflow
This commit is contained in:
parent
20df061140
commit
04b1fd085c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
php-versions: ["8.2", "8.3"]
|
php-versions: ["8.1", "8.2", "8.3"]
|
||||||
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
|
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user