Skip to content

Commit 486ce26

Browse files
committed
CI improvements
1 parent 6b2d879 commit 486ce26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tempest-app-quality-control.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest ]
16+
php: [ 8.4 ]
1617
steps:
1718
- name: Checkout code
1819
uses: actions/checkout@v4

.github/workflows/tempest-clean-quality-control.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest ]
16+
php: [ 8.4 ]
1617
steps:
1718
- name: Setup PHP
1819
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)