We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7de1f commit 7f6bc9bCopy full SHA for 7f6bc9b
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup PHP
13
uses: shivammathur/setup-php@v2
14
with:
15
- php-version: '8.0'
+ php-version: '8.3'
16
tools: phplint, laravel/pint
17
- name: Check syntax
18
run: phplint .
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php-version: ['8.0', '8.1', '8.2']
+ php-version: ['8.3', '8.4']
11
steps:
- name: Checkout
uses: actions/checkout@v2
0 commit comments