Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Feb 26, 2024
1 parent 25737b4 commit 95147d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3 ]

name: P${{ matrix.php }} - ${{ matrix.os }}
name: PHP ${{ matrix.php }} - ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 95147d0

Please sign in to comment.