Skip to content

Commit

Permalink
fix(deps): Changes testing builds to no longer test EOL versions (#42)
Browse files Browse the repository at this point in the history
- Updates the testing GitHub Actions workflow to no longer test EOL versions of PHP & NodeJS.
  • Loading branch information
timnolte authored Feb 17, 2024
1 parent f619930 commit ff47511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION:
- '8.0'
- '8.1'
- '8.3'
NODE_VERSION:
- '16'
- '18'
- '20'
builder:
- ubuntu-22.04
Expand Down

0 comments on commit ff47511

Please sign in to comment.