Skip to content

Commit

Permalink
Dont run tests on php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Feb 11, 2024
1 parent 15e72b7 commit 56ee65e
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-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["8.2", "8.1"]
php: ["8.2"]
librdkafka: [ v1.8.2]
extrdkafka: [6.0.0]
laravel: [9]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["8.2", "8.1"]
php: ["8.2"]
librdkafka: [ v1.8.2]
extrdkafka: [6.0.0]
laravel: [10]
Expand Down

0 comments on commit 56ee65e

Please sign in to comment.