Skip to content

Commit

Permalink
No longer need to test on 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 25, 2024
1 parent e57d747 commit db3594f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
php:
- '8.4'
- '8.3'
- '7.4'
fail-fast: false
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
php:
- "8.4"
- "8.3"
- "7.4"
fail-fast: false

Expand Down

0 comments on commit db3594f

Please sign in to comment.