Skip to content

Commit

Permalink
Merge pull request #86 from sirn-se/php8.5
Browse files Browse the repository at this point in the history
Php 8.5 acceptance tests
  • Loading branch information
sirn-se authored Jan 2, 2025
2 parents 0483b6f + 9ee5ae0 commit a145d05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
php-versions: ["8.1", "8.2", "8.3", "8.4"]
php-versions: ["8.1", "8.2", "8.3", "8.4", "8.5"]
runs-on: ubuntu-latest
name: Unit test
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.4"
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.4"
coverage: xdebug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a145d05

Please sign in to comment.