Skip to content

Commit 8d4fb81

Browse files
committed
Bump GH actions
1 parent 67d26c6 commit 8d4fb81

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/behat-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.3']
14+
php: ['8.4']
1515
coverage-driver: [pcov]
1616
name: PHP ${{ matrix.php }}
1717
steps:

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.3']
14+
php: ['8.4']
1515
coverage-driver: [pcov]
1616
name: PHP ${{ matrix.php }}
1717
steps:

.github/workflows/psalm-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '8.3' ]
14+
php: [ '8.4' ]
1515
coverage-driver: [ pcov ]
1616
name: PHP ${{ matrix.php }}
1717
steps:
@@ -41,4 +41,4 @@ jobs:
4141
run: composer install -n
4242

4343
- name: Run Psalm
44-
run: vendor/bin/psalm
44+
run: vendor/bin/psalm

0 commit comments

Comments
 (0)