Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed Nov 11, 2024
1 parent a1bba6a commit b68fcd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
prefer: [ 'lowest', 'stable' ]

name: Test on PHP ${{ matrix.php }} with ${{ matrix.prefer }} composer prefer option
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: composer update --prefer-stable --prefer-dist --no-progress

- name: Lint Code
uses: github/super-linter@v4
uses: github/super-linter@v7
env:
FILTER_REGEX_EXCLUDE: .*vendor.*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b68fcd7

Please sign in to comment.