Skip to content

Commit

Permalink
vup on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Feb 12, 2024
1 parent c1a5539 commit e22ae9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-versions: [16, 18, 19, 20]
node-versions: [20]

steps:
- name: Cancel Previous Runs
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/phptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
laravel: [8.*]
include:
- php: 8.0
Expand All @@ -22,6 +22,8 @@ jobs:
laravel: 10.*
- php: 8.2
laravel: 10.*
- php: 8.3
laravel: 10.*

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-versions: [18]
node-versions: [20]

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit e22ae9d

Please sign in to comment.