Skip to content

Commit

Permalink
ci test 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 authored Dec 2, 2024
1 parent 202747e commit 7ad13f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ "8.1", "8.2", "8.3" ]
php-versions: [ "8.1", "8.2", "8.3", "8.4" ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
run: composer install --no-progress --no-ansi

- name: Run Psalm
run: vendor/bin/psalm
run: vendor/bin/psalm

0 comments on commit 7ad13f9

Please sign in to comment.