Skip to content

Commit 81224b9

Browse files
author
Ante Prkacin
committed
NGSTACK-1000 bump versions of PHP to 8.3 and Symfony to 7.3 in 'tests' GitHub workflow
1 parent 753633c commit 81224b9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['8.1']
19-
symfony: ['~5.4.0']
18+
php: ['8.3']
19+
symfony: ['~7.3.0']
2020
phpunit: ['phpunit.xml']
2121
deps: ['normal']
22-
include:
23-
- php: '8.1'
24-
symfony: '~5.4.0'
25-
phpunit: 'phpunit.xml'
26-
deps: 'low'
2722

2823
steps:
2924
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)