Skip to content

Commit 8c2ac5c

Browse files
committed
wip
1 parent a1bba6a commit 8c2ac5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
php: [ '7.4', '8.0', '8.1', '8.2' ]
10+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
1111
prefer: [ 'lowest', 'stable' ]
1212

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

6060
- name: Lint Code
61-
uses: github/super-linter@v4
61+
uses: super-linter/super-linter@v7
6262
env:
6363
FILTER_REGEX_EXCLUDE: .*vendor.*
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)