Skip to content

Commit 7f6bc9b

Browse files
committed
Bump CI
1 parent ab7de1f commit 7f6bc9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.0'
15+
php-version: '8.3'
1616
tools: phplint, laravel/pint
1717
- name: Check syntax
1818
run: phplint .

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-version: ['8.0', '8.1', '8.2']
10+
php-version: ['8.3', '8.4']
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)