Skip to content

Commit c0991f7

Browse files
committed
fix tests
1 parent 3b0e8c7 commit c0991f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/php-psr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '7.4' , '8.0' , '8.1' ]
12+
php: [ '8.1' ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
name: Checkout

.github/workflows/php-stan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '7.4' , '8.0' , '8.1' ]
12+
php: [ '8.1' ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
name: Checkout

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '7.4' , '8.0' , '8.1' ]
12+
php: [ '8.1' ]
1313
database: [ 'mysql' ]
1414
steps:
1515
# MariaDB container has to be started in advance to initialize itself before using it.

0 commit comments

Comments
 (0)