diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-04 11:04:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-04 11:04:28 +0200 |
commit | 66d110ec37a4461d2937778c9fcffe138f5a79a7 (patch) | |
tree | aeefa252be74100ee82e513349951f57d4d2a444 /.github/workflows | |
parent | bd3613199e19c2b976ab73b7205dbc9ca2c8e452 (diff) |
fix name
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95b659b..b0bc6f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: - master pull_request: jobs: - Linux_EL9: + Linux_EL8: runs-on: ubuntu-latest strategy: matrix: |