Skip to content

Commit 515f3a9

Browse files
committed
🔧 update workflows
1 parent 83918a7 commit 515f3a9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/test-bacon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-version: ['8.2', '8.3']
14-
bacon-version: ['^2', '^3']
13+
php-version: [8.2, 8.3, 8.4, 8.5]
14+
bacon-version: ["^2", "^3"]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- uses: shivammathur/setup-php@v2
2020
with:

.github/workflows/test-endroid.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-version: ['8.2', '8.3']
14-
endroid-version: ["^3","^4","^5","^6"]
13+
php-version: [8.2, 8.3, 8.4, 8.5]
14+
endroid-version: ["^3", "^4", "^5", "^6"]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- uses: shivammathur/setup-php@v2
2020
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-version: ['8.2', '8.3']
13+
php-version: [8.2, 8.3, 8.4, 8.5]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- uses: shivammathur/setup-php@v2
1919
with:

0 commit comments

Comments
 (0)