Skip to content

Commit

Permalink
Merge pull request #372 from tighten/drift/release
Browse files Browse the repository at this point in the history
Update tests to include 8.4 and bump version
  • Loading branch information
driftingly authored Dec 6, 2024
2 parents e324d1f + 22ac909 commit b0175af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]
dependencies: [lowest, stable]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bin/tlint
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

const TLINT_VERSION = 'v9.1.0';
const TLINT_VERSION = 'v9.4.0';

foreach (
[
Expand Down

0 comments on commit b0175af

Please sign in to comment.