Skip to content

Commit

Permalink
chore: just test php 8.3 on trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Apr 5, 2024
1 parent 1b3070c commit 5357d0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
"v6.6.0.3",
"trunk"
]
php: [
"8.2",
"8.3"
]
php: ["8.2"]
include:
- version: "trunk"
php: "8.3"
runs-on: ubuntu-latest
steps:
- name: Setup Shopware
Expand Down

0 comments on commit 5357d0e

Please sign in to comment.