Skip to content

Commit 7879207

Browse files
Try override the PHP versions used by the nested workflow
1 parent 4b93f78 commit 7879207

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-mssql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ name: MSSQL
1313
jobs:
1414
phpunit:
1515
uses: cycle/gh-actions/.github/workflows/db-mssql.yml@master
16+
with:
17+
php: '["8.2","8.3","8.4"]'
1618

1719
...

.github/workflows/ci-mysql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ name: MySQL
1313
jobs:
1414
phpunit:
1515
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
16+
with:
17+
php: '["8.2","8.3","8.4"]'
1618

1719
...

.github/workflows/ci-pgsql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ name: Postgres
1313
jobs:
1414
phpunit:
1515
uses: cycle/gh-actions/.github/workflows/db-pgsql.yml@master
16+
with:
17+
php: '["8.2","8.3","8.4"]'
1618

1719
...

0 commit comments

Comments
 (0)