Skip to content

Commit e22ae9d

Browse files
vup on the CI
1 parent c1a5539 commit e22ae9d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-versions: [16, 18, 19, 20]
13+
node-versions: [20]
1414

1515
steps:
1616
- name: Cancel Previous Runs

.github/workflows/phptest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php: [7.4, 8.0, 8.1, 8.2]
12+
php: [7.4, 8.0, 8.1, 8.2, 8.3]
1313
laravel: [8.*]
1414
include:
1515
- php: 8.0
@@ -22,6 +22,8 @@ jobs:
2222
laravel: 10.*
2323
- php: 8.2
2424
laravel: 10.*
25+
- php: 8.3
26+
laravel: 10.*
2527

2628
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2729

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-versions: [18]
16+
node-versions: [20]
1717

1818
steps:
1919
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)