Skip to content

Commit

Permalink
Disable tests for php 8.3 until I can figure out how to create the do…
Browse files Browse the repository at this point in the history
…cker image
  • Loading branch information
mateusjunges committed Feb 14, 2024
1 parent 4b3d16d commit 73e1fce
Showing 1 changed file with 1 addition and 1 deletion.
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.3", "8.2"]
php: ["8.2"]
librdkafka: [ v1.8.2]
extrdkafka: [6.0.0]
laravel: [9]
Expand Down

0 comments on commit 73e1fce

Please sign in to comment.