Skip to content

Commit 568fe2b

Browse files
committed
wip
1 parent a1bba6a commit 568fe2b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 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
@@ -46,6 +46,11 @@ jobs:
4646
runs-on: ubuntu-latest
4747

4848
steps:
49+
- name: Checkout Code
50+
uses: actions/checkout@v4
51+
with:
52+
ref: master
53+
4954
- name: Checkout Code
5055
uses: actions/checkout@v4
5156

@@ -58,7 +63,7 @@ jobs:
5863
run: composer update --prefer-stable --prefer-dist --no-progress
5964

6065
- name: Lint Code
61-
uses: github/super-linter@v4
66+
uses: super-linter/super-linter@v7
6267
env:
6368
FILTER_REGEX_EXCLUDE: .*vendor.*
6469
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)